How to Create and Define Roaming User Profiles for Domain Users in Windows Server 2003?

Vivek Nayyar March 4, 2011 6

Roaming user profiles are the profiles of domain users which are saved on a file server located anywhere in the domain environment. With the help of roaming profiles domain users are able to get their desktop environment on every computer which is client of a domain controller. As every user has different desktop settings and environment he might not feel comfortable with the different desktop ambiance. In order to solve this problem roaming user profiles are configured for domain users. Below are the steps using which you will be able to configure roaming profiles for users in the domain environment right from the scratch.

Note: Configuration of Roaming User Profiles involves 2 processes: Sharing a Folder and Configuring Domain Users’ Profile page.

Process 1: Sharing a Folder

  1. Log on to the domain controller with the credentials of Domain Administrator / Enterprise Administrator. (For testing purpose domain controller is used as a file server and C: is used to store roaming profiles. However in production environment it is recommended that you use a separate machine (preferably a virtual machine) as a dedicated file server and any drive other than C: to store roaming profiles of domain users.
  2. Create a folder on drive C: and name it as RoamingProfiles. (You can give any name to this folder)
  3. To Share RoamingProfiles folder right-click on it and from the context menu select Properties.
  4. On the Properties page go to Sharing tab and select Share this folder radio button.
  5. Leave the default share name intact and click on Permissions button.
  6. Make sure that in Share Permissions window under Groups or user names frame Everyone group is selected and in Permissions to Everyone frame under Allow column check the checkbox opposite to Full Control option.
  7. Click on Ok button on all windows to accept and confirm your settings.

Process 2: Configuring Domain Users’ Profile Page.

  1. Click on Start button and go to Administrative Tools.
  2. From Administrative Tools sub-menu click on Active Directory Users and Computers snap-in.
  3. When opened, from the left pane expand the domain name (TESTDOMAIN.COM in this case) and from the list select Users container.
  4. From the right pane right click on the user name for which you want to configure roaming profile and select Properties. You can also select multiple users by pressing Ctrl key while selecting users. This will enable you to configure roaming user profile for multiple users in a single session.
  5. In the Properties window go to Profile tab.
  6. In the Profile path text box type the Universal Naming Convention (UNC) path for the shared folder followed by the variable. In this example it would be \\PCTIPS-3000\ROAMINGPROFILES\%USERNAME% where PCTIPS-3000 is the computer name, %USERNAME% is the variable which will be replaced with the name of the user account automatically and \\ is the UNC symbol.
  7. Configuring Roaming User Profile

  8. Once done with the above configuration click on Ok button to accept and confirm the settings.

Next time when the user will log on to the domain his profile will be saved in a sub folder which will be created under RoamingProfiles shared folder. Name of the sub folder will be the name of the user for whom roaming profile is configured. Every time the user will use a domain client computer to log on his profile will be downloaded for this sub folder and will be saved back in this folder when the user will log off.

6 Comments »

  1. mahender thakur May 20, 2011 at 10:16 pm - Reply

    great this is working

  2. A B chou July 13, 2011 at 5:08 am - Reply

    this is great job but i don’t understand how to create roaming user

  3. SteveyD September 11, 2011 at 4:07 pm - Reply

    You don’t create roaming users. You have however, created the facility for your users to be roaming. They will can now roam from client to client and get the same experience (provided you have standardised cleints).

  4. jo October 26, 2011 at 3:12 pm - Reply

    this has been very helpful

  5. Charles December 12, 2011 at 8:04 am - Reply

    Is process two done on the users computer or the server?

  6. Alfred Acolatse May 5, 2012 at 10:05 pm - Reply

    HI , CAN YOU HELP ME Creating Roaming Profile on Windows Server 2008,

Leave A Response »