Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete All Printers on a Print ServerContent of Delete All Printers on a Print Server.vbsMD5 Hash: 6F4756F95C41B6FB2573B047FEAA62E7 |
||
' Description: Deletes all the printers from a print server.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colInstalledPrinters = objWMIService.ExecQuery _ ("Select * from Win32_Printer") For Each objPrinter in colInstalledPrinters objPrinter.Delete_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |