Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Get the Uptime of a ServiceContent of Get the Uptime of a Service.vbsMD5 Hash: 013A335B6822AE2ADDDDD278568AED9F |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colServices = objWMIService.ExecQuery _ ("Select * From Win32_Service Where Name = 'Spooler'") For Each objService in colServices intProcessID = objService.ProcessID Set colProcesses = objWMIService.ExecQuery _ ("Select * From Win32_Process Where ProcessID = " & intProcessID) For Each objProcess in colProcesses Wscript.Echo objProcess.CreationDate Next Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |