> Kelvin <someone[ at ]domain.com> wrote:
>> I'm trying to setup Folder Redirection for the My Documents folder in
>> Windows XP Pro with a 2003 server.
>> In my user Properties, on the Profile tab I set the Home folder to
>> Connect U: to \\Server\UserData\UserName
>
> You don't need to use a home directory; that's kind of antiquated
> nowadays. I don't use them. See "How to dynamically create
> security-enhanced redirected folders by using folder redirection in
> Windows 2000 and in Windows Server 2003"
>
http://support.microsoft.com/kb/274443>
>> In my GPO on the Target tab I have, Settings "Advanced- Specify
>> locations for various user groups" selected.
>
> No - you want "basic - map everyone to the same location" - and pick
> "user's home directory" if you're using that. Or, pick basic, and then
> "create a folder under the parent share" (I'm paraphrasing) and enter
> \\server\userdata only
>
>
>> In the Security Group Membership I have, Group "DomainName\Domain
>> Users" and for the path it shows \\%HOMESHARE%%HOMEPATH%
>> My My Documents Icon is mapped to \\Server\UserData\UserName.
>
> That's because you set up a home directory mapping. If you get away from
> that, in your login script you can map a drive -
>
> net use u: \\server\userdata\username\My Documents" /persistent:no
>
>> Obvoiusly I have something wrong.
>> Is this "Home folder to Connect U: to \\Server\UserData\UserName"
>> what I have wrong?
>> Should I make it \\Server\UserData\UserName\My Documents?
>
> None of the above :-)
>>
>> In this case is the Home folder referring to the My Documents folder?
>> I'm guessing it does.
>
> Not necessarily - although you're wanting to set both as the same.
>
>> I was thinking it would create a My Documents folder off the root of
>> the users directory, but it look like not.
>>
>> Now for those that I want to setup roaming profiles for I believe I
>> would set in User Properties the Profile Path to
>> "\\Server\UserData\UserName"
>> Thanks
>>
>> Kelvin
>
>
>