Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Local GroupContent of Delete a Local Group.vbsMD5 Hash: 6E9D8D3D60F521F1E4C230D62A376FAD |
||
' Description: Deletes a local group named FinanceUsers from a computer named atl-ws-01.
strComputer = "atl-ws-01" Set objComputer = GetObject("WinNT://" & strComputer & "") objComputer.Delete "group", "FinanceUsers" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |