Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify User Account General PropertiesContent of Modify User Account General Properties.vbsMD5 Hash: D39687AE8096D66996ABBB460EB748EA |
||
' Description: Configures general attributes for a user account.
Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.Put "userPrincipalName", "MyerKen@fabrikam.com" objUser.Put "sAMAccountName", "MyerKen01" objUser.Put "userWorkstations", "wks1,wks2,wks3" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |