What SP/s on Server?

  • Thread starter Thread starter breeze
  • Start date Start date
B

breeze

Is there a command or other easy way to tell what SPs are
already loaded on several 2000 servers?

Thankz
 
breeze said:
Is there a command or other easy way to tell what SPs are already loaded
on several 2000 servers?

Yes. In addition to the other good suggestions, you can run my osver.exe
utility with the -s switch:

osver -s

This also returns the service pack level as an ERRORLEVEL for use in
scripts if needed. Note that it only runs on the local machine, unless you
use psexec from www.sysinternals.com.

You can get osver.exe from:

http://mywebpages.comcast.net/stewartb/files/admtool3.zip

-- Bill
 
Back
Top