Link to home
Start Free TrialLog in
Avatar of afflik1923
afflik1923Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Where is "My Documents" stored for a domain (Windows Server 2003) connected user account?

In an  SBS 2003 environment we have a new PC and I have connected it to the domain and set an existing user to it.

Where is the My Documents folder actually stored. It says a location on the C drive but I would have thought it was on a location on the server (for backup etc.)

If it is not default a location on the server if I simply may the My documents drive to a network drive is this going to be OK and not cause unwanted problems?

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Glen Knight
Glen Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There is a whole section on Technet about folder redirection here: http://technet.microsoft.com/en-us/library/cc737434(WS.10).aspx
generally the user is opened as domainname.username so;

c:\documents & settings\domainname.username\My Documents
you will normally only get the username.domainname if there is a duplicate profile created cause by rejoining to a different domain.
Under normal procedure it would just be C:\Documents & Settings\username\My Documents
Avatar of mudassirahmed
mudassirahmed

open MY Document and right click --> select properties, under Target Tab it shows the Target Folder location.
so that is your MY document location simple

As per my first post "The location can be reached by right clicking on My Documents."
Hi,

I think you might be missing the location inside active directory... check the profile tab and set a home directory. You will need a users share.. so:

1.create user share called "users"
2.setup profile tab home drive to map z: to \\servername\sharename\username
3.enable GPO for my docs redirection.

Cheers,
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of afflik1923

ASKER

I was thinking / hoping when I posted this that a user on the domain would automatically have a My docs fodler that is actually stored on the server but it would seem this is only if a roaming profile.
Anyway, input was useful but my initial question was not properly made clear.
Thanks for all.