Go Back   TechArena Community > Technical Support > Computer Help > Windows Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



where do I point a users Home folder for Roaming Profiles?

Windows Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 24-10-2008
Kelvin
 
Posts: n/a
where do I point a users Home folder for Roaming Profiles?

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
In my GPO on the Target tab I have, Settings "Advanced- Specify locations
for various user groups" selected.
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. 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"?

In this case is the Home folder referring to the My Documents folder? I'm
guessing it does.
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


Reply With Quote
  #2  
Old 25-10-2008
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: where do I point a users Home folder for Roaming Profiles?

Kelvin <someone@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




Reply With Quote
  #3  
Old 29-10-2008
Kelvin
 
Posts: n/a
Re: where do I point a users Home folder for Roaming Profiles?

Thanks for the input!

I have a couple more questions.
If I'm going to redirect, Application Data, Desktop and Start Menu, would I
used basically the same setting as I used in redirecting My Documents?

With these four folders redirected, is there any reason to enter a "Profile
path" in the users profile?
What if any information needs to be entered into the users profile?
Profile path
Home folder

I think this is going to be a much better way to do this, when I get it all
in place...

Thanks for your time.

Kelvin

"Lanwench [MVP - Exchange]"
<lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
news:eijVAhhNJHA.4760@TK2MSFTNGP02.phx.gbl...
> Kelvin <someone@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

>
>
>



Reply With Quote
  #4  
Old 29-10-2008
Kelvin
 
Posts: n/a
Re: where do I point a users Home folder for Roaming Profiles?

I thought of another question.
What do you set in the Settings tab in the Group Policy?
Grant the user exclusive rights?
Move the contents of ... to the new location

Thanks

Kelvin



"Lanwench [MVP - Exchange]"
<lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
news:eijVAhhNJHA.4760@TK2MSFTNGP02.phx.gbl...
> Kelvin <someone@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

>
>
>



Reply With Quote
  #5  
Old 31-10-2008
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: where do I point a users Home folder for Roaming Profiles?

Kelvin <someone@domain.com> wrote:
> Thanks for the input!
>
> I have a couple more questions.
> If I'm going to redirect, Application Data, Desktop and Start Menu,
> would I used basically the same setting as I used in redirecting My
> Documents?


Yes, although I don't do Start Menu myself. Your PCs would need to be
running totally identical software to make this work.
>
> With these four folders redirected, is there any reason to enter a
> "Profile path" in the users profile?


Yes, if you want to use roaming profiles and know what you're about :)

> What if any information needs to be entered into the users profile?
> Profile path


Used only if you use roaming profiles.

> Home folder


Not necessary.
>
> I think this is going to be a much better way to do this, when I get
> it all in place...
>
> Thanks for your time.


No problem....

>
> Kelvin
>
> "Lanwench [MVP - Exchange]"
> <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in
> message news:eijVAhhNJHA.4760@TK2MSFTNGP02.phx.gbl...
>> Kelvin <someone@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




Reply With Quote
  #6  
Old 31-10-2008
Lanwench [MVP - Exchange]
 
Posts: n/a
Re: where do I point a users Home folder for Roaming Profiles?

Kelvin <someone@domain.com> wrote:
> I thought of another question.
> What do you set in the Settings tab in the Group Policy?
> Grant the user exclusive rights?


No, I don't do that.

> Move the contents of ... to the new location


Yes.

Also, decide what you want to happen when/if the policy is removed - either
leave the data in place or restore it to the local profile folder. I do the
latter for Desktop and Application Data and "leave in place" for My
Documents. You can do it differently if you like.
>
> Thanks
>
> Kelvin
>
>
>
> "Lanwench [MVP - Exchange]"
> <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in
> message news:eijVAhhNJHA.4760@TK2MSFTNGP02.phx.gbl...
>> Kelvin <someone@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




Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "where do I point a users Home folder for Roaming Profiles?"
Thread Thread Starter Forum Replies Last Post
User folder created in C Drive for Roaming Profiles when should be in D Drive ameharhughes Small Business Server 1 30-04-2011 04:21 AM
WIN2k3: Roaming Profiles & Folder Redirection of Application Data Ben Humpert Windows Server Help 6 15-09-2009 12:17 AM
Roaming Profiles....folder has cache enabled Cary Shultz Active Directory 9 14-04-2009 11:18 PM
Migrate SBS 2003 to SBS 2008 w/ Roaming Profiles & Folder Redirec AppleMan Small Business Server 1 24-01-2009 07:40 PM
Strange behavior with Roaming Profiles and Folder Redirection. Help! F3 Active Directory 3 14-02-2008 03:52 AM


All times are GMT +5.5. The time now is 10:07 PM.