Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Resume All Print JobsContent of Resume All Print Jobs.vbsMD5 Hash: 8F0A3DC62080FACB76CC6EB804E44491 |
||
' Description: Resumes all the print jobs on a computer.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colPrintJobs = objWMIService.ExecQuery _ ("Select * from Win32_PrintJob") For Each objPrintJob in colPrintJobs objPrintJob.Resume Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |