Group: microsoft.public.windows.powershell · Group Profile · Search for Darren1 in microsoft.public.windows.powershell
Author: Shay Levi
Date: Apr 25, 2008 22:26
Hi Darren , I can get you started by binding to the computer object in AD $domain = "LDAP://cn=Machinename,ou=OUName,dc=foo,dc=com" $root = New-Object System.DirectoryServices.DirectoryEntry($domain) $root | Get-Member I didn't see any properties or methods related to authentication though . Thanks Chris "darren1" wrote: Can anybody please assist as we need a script written
|