"Brandon Hamm" <brandon.hamm...mm-games.com> wrote in message
news:88FC114D-D248-4981-A4A0-41E5D7E16F57...microsoft.com...
quote:
> I'm developing a very light-weight, web-based server monitor (read: can't
use API calls

) for our DBA's to monitor our database servers. When
querying for the OS version of the "remote" server i get back a version
string like "5.0.2195" which I believe is
Windows 2000 SP<something>. Can
anyone direct me to a link here at microsoft (or anywhere, as long as it's
accurate) that has a table of the windows versions/build numbers and exactly
what they correllate to in human readable form...like the above. Any help
is much appreciated.
========================
Maybe gettype.exe?
gettype.exe [\\RemoteComputer] [/s]
/s specifies silent mode.
GetType will run on any 32-bit client and sets the error level
(%ERRORLEVEL%) as follows:
Error level meaning
1 Windows NT Workstation
2
Windows 2000 Professional
3 Windows NT Server Non-Domain Controller
4
Windows 2000 Server Non-Domain Controller
5 Windows NT Server Domain Controller
6
Windows 2000 Server Domain Controller
7 Windows NT [Enterprise/Terminal] Server Domain Controller
8 Windows NT [Enterprise/Terminal] Server Non-Domain Controller
pegasus_mvp
| Sat, 17 May 2008 11:10:00 GMT |