Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to use %LOGONSERVER% to distribute user profiles


View products that this article applies to.

Summary

If you want to specify a domain controller that authenticates a user logon, use the environment variable %LOGONSERVER% in a PATH statement. This article describes how you can use %LOGONSERVER% to distribute user profiles.

↑ Back to the top


More information

Environment variables do not work in user profile paths unlike logon scripts which are designed to run on the server that authenticates its logon request. This makes it difficult to provide redundancy for user profiles.

When a user logs on, %LOGONSERVER% is defined and set to the name of the authenticated computer. It is not propagated to a user's environment variables prior to NT 4.0 SP3. Therefore, you cannot use the %LOGONSERVER% environment variable in logon scripts before NT 4.0 SP3. For example, if the user's profile path is %logonserver%\profiles\user1.man and the name of the authenticating server is MYSERVER, the user profile path is set to \\MYSERVER\profiles\user1.man. Therefore, if you maintain a copy of the user profiles on each domain controller, users can access their user profiles when the primary domain controller is unavailable. %LOGONSERVER% is an undocumented environment variable.

When you specify a path statement for the user profile path, the following entry in User Manager is valid:

%logonserver%\<share name>\<profile>.<usr or man>

NOTE: To simplify the maintenance of user profiles on multiple servers, use Directory Replication to copy the user profiles from the primary domain controller (PDC) to the backup domain controllers (BDCs).

Roaming User Profiles Under Windows NT 4.0

If you use %LOGONSERVER% with roaming user profiles under Windows NT 4.0, roaming user profiles are saved to the logon server (typically a BDC) when users log off. If the user is authenticated by different logon server the next time he or she logs on, a message appears indicating the local copy of the roaming user profile is newer than the copy on the logon server (assuming that the user logs on to the same computer). If the user logs on to a different computer, and is authenticated by a logon server that does not contain the latest copy of his or her roaming user profile, it appears to the user that his or her changes to the roaming user profile have been lost. This can cause confusion and increase internal support costs for companies using roaming user profiles.

For this reason, it is best to use %LOGONSERVER% with only mandatory user profiles, and not with roaming user profiles.

↑ Back to the top


Keywords: KB141714, kbnetwork, kbhowto, kbaudit, kbexpertiseinter

↑ Back to the top

Article Info
Article ID : 141714
Revision : 5
Created on : 12/5/2007
Published on : 12/5/2007
Exists online : False
Views : 575