How do I set up Roaming Profiles?

I'm currently running a Microsoft Server 2008 R2 as the Domain Controller (where I want the user's profiles also to be held). I also already have AD set up.

I've tried setting a Roaming Profile up before, however once a user kept signing in it stated they were using a temp profile.

link|improve this question
feedback

migrated from superuser.com Dec 19 '11 at 6:18

This question came from our site for computer enthusiasts and power users.

1 Answer

up vote 4 down vote accepted

How did you setup the profile in the first place?? Very Very important information. Otherwise, we have to ask, "Did you turn on the DC?" :)

To create a roaming profile: Open Active Directory Users and Computers and connect to the Domain Controller. Or just login to the DC itself and open the AD Users and Computer

  1. Right-click the user account and then choose Properties => Profiles.

  2. Type the path into Profile path, like \\Server\Share\User's Romaning profile folder

  3. Make sure the share is accessible to that User also.

You can also get a log of the User's login and see where it breaks.

Look under their registry: HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon.

Make an Reg_DWORD called UserEnvDebugLevel and set it to HEX 0x30002.

link|improve this answer
How would I go about having two different OS's? For example I have machines using Windows 7 and others on XP? – Joe Dec 18 '11 at 19:13
@Joe: That is a whole nother question that needs to be posted as such. Short Answer is: It depends on your configuration. – surfasb Dec 18 '11 at 19:17
Nevermind, I've found how to do so... For some reason I forgot to change the security when I originally done it. Thanks for this. – Joe Dec 18 '11 at 19:21
Anytime. Did you ever post your other question? – surfasb Dec 21 '11 at 2:26
Yes, I posted it on Server Fault. Someone replied how, please feel free to add as the folder is still left locally but is empty. – Joe Dec 21 '11 at 7:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.