Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify User Account Address AttributesContent of Modify User Account Address Attributes.vbsMD5 Hash: 8085DACD735232F4B76163F0F8A670EA |
||
' Description: Configures address-related attributes for a user account.
Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.Put "streetAddress", "Building 43" & _ VbCrLf & "One Microsoft Way" objUser.Put "l", "Redmond" objUser.Put "st", "Washington" objUser.Put "postalCode", "98053" objUser.Put "c", "US" objUser.Put "postOfficeBox", "2222" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |