Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Determing NT logonserver for WIN95 Clients

Keywords: 	 logonserver

Question:

How can you determine a logonserver variable for Win95 Clients?

Answer:

Maybe see the command w9xGetDc in the WIn32 Network extender help file.

OR maybe this or something related...

RegKey = RegOpenKey(@REGMACHINE, "SYSTEM\CurrentControlSet\Services\MSNP32\NetWorkProvider")
LogonDomain = StrUpper(RegQueryValue(regkey, "[AuthenticatingAgent]"))
RegCloseKey(regkey)

Update from another user:

Getting validation server is quite easy : during the logon phase,the Z-drive is mapped.
ValidationServerpath = w95GetCon("Z:")

Article ID:   W14263
Filename:   Determing NT logonserver for WIN95 Clients.txt