The information in this article applies to:
SYMPTOMS
When a logon script is run, the LOGONSERVER environment variable is only
available while the logon script runs. After the logon script finishes, the
LOGONSERVER environment variable is no longer available to other running
processes.
CAUSE
After a logon script is run, volatile environment variables created during
logon script execution are deleted from the environment, by design.
RESOLUTION
If you run logon scripts, and need access to the LOGONSERVER variable after
logging on, one possible workaround is to run SETX (a Windows NT resource
kit utility) from within the logon script to set a permanent environment
variable based on LOGONSERVER.
to the logon script to preserve the setting of the LOGONSERVER environment variable for later use. STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words:
Keywords : kbbug4.00 NTSrvWkst |
Last Reviewed: January 21, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |