Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Tell Which Service Packs Have Been Installed on a ComputerContent of Tell Which Service Packs Have Been Installed on a Computer.vbsMD5 Hash: DDA54D304A2D29E8703224A0C595F0AC |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colOperatingSystems = objWMIService.ExecQuery _ ("Select * from Win32_OperatingSystem") For Each objOperatingSystem in colOperatingSystems Wscript.Echo objOperatingSystem.ServicePackMajorVersion _ & "." & objOperatingSystem.ServicePackMinorVersion Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |