Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify Account Page Information for a User AccountContent of Modify Account Page Information for a User Account.vbsMD5 Hash: 0504B65FF8C2C6B28146C9344389BF9B |
||
' Description: Configures basic account information for the MyerKen Active Directory user account.
Set objUser = GetObject _ ("LDAP://cn=MyerKen,ou=Management,dc=NA,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 :: |