Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Local User AccountContent of Delete a Local User Account.vbsMD5 Hash: 8FFFACE18E5C9E3E8B9F09BE28A25A80 |
||
' Description: Deletes the local user account Admin2 from a computer named atl-ws-01.
strComputer = "atl-ws-01" strUser = "Admin2" Set objComputer = GetObject("WinNT://" & strComputer & "") objComputer.Delete "user", strUser | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |