As we know it's easy to get client site name in windows 2003 via WMI_NTdomain.clientsitename, object status by WMI_NTdomain.status , but that class doesn't exist in Windows 2000. So can you show me how to get those value by script or command line? My old system is still running well on windows 2000, i don't want to change it at now.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Grab HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters\DynamicSiteName with reg.exe, vbscript, or your favorite scripting/programing language. Edit: I admit that I haven't seen W2k for some time now. Does this VB Script output usefull information:
You could also use the WMI ScriptOMatic to search for the relevent class. |
|||||||
|