Windows 2000 Advanced Edition

  • Thread starter Thread starter Tom Wright
  • Start date Start date
T

Tom Wright

Greetings,

We are performing a network assessment for a client, they have servers
running both Windows 2000 Advanced, and Standard. How can one find which
version a server is running?

Thanks!
 
gettype.exe from the Win2000 Resource Kit might do it:

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
 
Back
Top