Link to home
Start Free TrialLog in
Avatar of Zoldy2000
Zoldy2000Flag for Canada

asked on

terminal server - how to modify users my documents path

beside disabling the group policy logging on changing the path and then re applying the group policy does anyone know of a way to do this without logging on as the users..

My policy restrictions prevent any registry edits or otherwise...

Thanks
Avatar of scampgb
scampgb
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi Zoldy2000,

The users PROFILE directory is controlled on the user record in ADUC.

To automatically change the location of "My Documents" will require a group policy.

In the Group Policy configuration:
User Configuration > Folder Redirection > My Documents

Set this to what you need - probably Basic redirection.

Does that help?
Avatar of Zoldy2000

ASKER

I am not sure if it is that simple or not...

they do not all go to the same directory so I don't think I can use that can I.

there folders are all mapped as U: drive but I don't think I can use a mapped drive
You can do it in GPO when you specify the folder redirection.

Assuming you have:
\\server\mydocuments\user1
\\server\mydocuments\user2
\\server\mydocuments\user3

In the group policy
Choose "Basic Redirection"
Choose "Create a folder for each user..."
You then specify the root path as \\server\mydocuments

That any good?

Note: this is how you redirect "My Documents", which isn't the same as setting up or using a mapped network drive.
No each user folder is it's own hidden share...

\\server\user1$\
\\server\user2$\
\\server\user3$\

then in my logon script I mapped this to U: for them.
..and you want to automatically map My Documents to this U: drive?

Do you specify this path as their "Home Folder" in their ADUC settings (Profile page) ?

If so, you can still use group policy, but instead of "Basic" redirection, you have an option to redirect to the user's home folder.
the user folder is already mapped to U: automatically....   I simple want to modify the mydocuments path to point there without logging on as each user to do so.   On top of that I have to keep disabling my group policy to make the change.
Sorry - the above way is all I can think of to do this.
I am almost there I found where I can use this.

\\server\%username%

however my shares are hidden and the following does not work

\\server\%username%$

does anyone know the proper syntax for a redirect?
ASKER CERTIFIED SOLUTION
Avatar of exx1976
exx1976
Flag of United States of America 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