Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create a Local User AccountContent of Create a Local User Account.vbsMD5 Hash: 0E7BF05159E1E147B8F5B27D9D47BB77 |
||
' Description: Creates a local user account (Admin2) on a computer named atl-ws-01, and sets the password for the account to 09iu%4et.
strComputer = "atl-ws-01" Set colAccounts = GetObject("WinNT://" & strComputer & "") Set objUser = colAccounts.Create("user", "Admin2") objUser.SetPassword "09iu%4et" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |