Windows 7 / Networking

Roaming Profiles

Local user profiles work great if a user logs on to the same system all the time. However, in some organizations users may frequently log on to different systems. Mapped network drives, shortcuts on the desktop, and other elements of the user's profile are often useful if they're available to a user no matter where the user logs on. Roaming profiles can be implemented to ensure the same profile is available to a user no matter which computer is used.

Figure below shows how roaming profiles are used. A folder is shared on a server that is available to the user on the network, and the user's account is then configured to use this share for the profile.

When the user logs on to a computer, the profile is retrieved from the network share and copied onto the local computer. If the user makes any changes, these changes are copied up to the roaming profile on the network share. If a user then moves to a different computer and logs on, the profile is copied down to the different computer.

Using roaming profiles in a domain

Roaming profiles can be implemented only in a domain. The two steps used to create a roaming profile are as follows:

  1. Create a share on a server. This share needs to be accessible to users using the UNC path (\\ServerName\ShareName). If more than one user will use this share, the Authenticated Users group should be granted Full Control. It's not necessary to create the folder for each user because this can be created automatically.
  2. Modify the domain user account. The Profile tab of the user account Properties page includes a Profile Path text box. The UNC path to the share is added here and appended with the %UserName% variable, giving a full path of \\ServerName\ShareName\%UserName%. When the user logs on, a folder will be created within the share with the appropriate permissions for the user to access the folder.
[Previous] [Contents] [Next]