![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Delete a Local User Account
|
||
|
' 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 :: | ||