W2K4 SP 4 build number
that's all I'm looking for so I can build a query to find any machines that are not at the build level or higher. "los Links" has proven fruitless, and that includes Bing.
July 27th, 2010 11:14pm
that's all I'm looking for so I can build a query to find any
machines that are not at the build level or higher. "los Links"
has proven fruitless, and that includes Bing.
You may use WMI to run a query like
"Select * from Win32_OperatingSystem"
which will return all the OS informations including version,
build and so on; for more informations, please see
http://msdn.microsoft.com/en-us/library/aa394596(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa394239(VS.85).aspx
HTH
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2010 11:39pm
Thanks ObiWan!
July 28th, 2010 2:35am
> Thanks ObiWan!
y/w :)
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2010 3:47am