Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to determine 2K professional Logon Server??

Status
Not open for further replies.
Mar 26, 2001
81
IE
With MS's "msinfo32" you cant determine (or @ least I can't see where) what NT server has validated your logon from a Win2K machine(Logon Server).......can someone tell me a way which you can???
 
Hi,

Use a batch file:

@echo off
echo Logon server is: %LOGONSERVER%
echo This workstation is %COMPUTERNAME%
pause

--
This just retrieves some of the information from environment variables. There are plenty more useful pieces of information, such as current username, system processor, location of Windows 2000 installation etc.

John


John Barnett
--
Please consider awarding me a star if you feel my posting has been useful. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top