Is it possible to find out the service packs that are installed on a Windows 2000 machine using WMI?
|
|
|
|
|
|
|
There's a suggested way of getting installed software using WMI - although not all software shows up, so you'd have to... 1) Try it out and see if they appear at all 2) Adjust the example to filter the results so only service packs show
|
||
|
|
|
|
A VBScript example from Hey, Scripting Guy! series:
|
|||
|
|
|
|
Yes, the wmi class Win32_OperatingSystem contains all of this information. I can see verify this information by using powershell to check my local machine:
Note: Powershell only runs on XP or higher, but you can check remote systems by passing a -Computer parameter to get-wmiobject. |
||
|
|
