Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List User Account Address Page AttributesContent of List User Account Address Page Attributes.vbsMD5 Hash: C97BAA8D330FA84A7B321FA14B598234 |
||
' Description: Retrieves user account attributes found on the Address 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 "Street Address: " & objUser.streetAddress WScript.Echo "Post Office Box: " & objUser.postOfficeBox WScript.Echo "Locality: " & objUser.l WScript.Echo "Street: " & objUser.st WScript.Echo "Postal Code: " & objUser.postalCode WScript.Echo "Country: " & objUser.c | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |