![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Modify User Account Address Attributes
|
||
|
' 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 :: | ||