Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List User Profile PropertiesContent of List User Profile Properties.vbsMD5 Hash: 36B9051587E8F951F4023C2CEB40FFC4 |
||
' Description: Retrieves user account attributes found on the Profile page of the user account object in Active Directory Users and Computers.
On Error Resume Next Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") Wscript.Echo "Profile Path: " & objUser.ProfilePath Wscript.Echo "Script Path: " & objUser.ScriptPath Wscript.Echo "Home Directory: " & objUser.HomeDirectory Wscript.Echo "Home Drive: " & objUser.HomeDrive | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |