Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change the Local Administrator PasswordContent of Change the Local Administrator Password.vbsMD5 Hash: 096C5D2F648A426A7E1C1C7EC8A7DF91 |
||
' Description: Binds to the local Administrator account on the computer atl-ws-01, and changes the password for the account to 09iuy%4e.
strComputer = "atl-ws-01" Set objUser = GetObject("WinNT://" & strComputer & "/Administrator, user") objUser.SetPassword "09iuy%4e" objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |