How to automate configuration of roaming profile paths for newly-created domain users in Windows Server 2003

active-directoryprofileroamingwindows-server-2003

How do I setup Windows Server 2003 to default newly created domain users to be configured with a roaming profile path?

Let's say I have roaming profiles stored at the path \server\profiles. Is there some key or policy that I can set the default profile path to something like:

\server\profiles\$username

without me having to remember to configure the profile path for each newly created user manually?

Best Answer

For older systems Windows XP/2003 you can create a couple Template accounts and simply copy the templates. When you copy the accounts many of the fields will start with the copied values. In your templates use variables like %USERNAME% instead of the username.

Another option is to script account creation with Powershell or vbscript. Look around there are many good examples of scripts that will add accounts to the directory and set most options.

For Vista/Windows 2008 computers. If the computers that profiles will be roaming on are in a OU or group that you can apply a Group Policy too then you can set the Roaming Profile Path per computer.

Open up your group policy editor and go to here.

Computer Configuration \ Administrative Templates \ System/User Profiles \ Set roaming profile path for all users on this computer.