Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Resume a Paused PrinterContent of Resume a Paused Printer.vbsMD5 Hash: EBB95C7340842ED421A5E4A232558B76 |
||
' Description: Resumes a paused printer.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colInstalledPrinters = objWMIService.ExecQuery _ ("Select * from Win32_Printer Where Name = 'ArtDepartmentPrinter'") For Each objPrinter in colInstalledPrinters ObjPrinter.Resume() Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |