teodor76
asked on
to change profile and home path
I have to change the user profile path and home folder path.There are about 600 users on the Active Directory.how can I change these paths with script or other tool?
I want to change the server2 as server1 like this attached..
profile-home.JPG
I want to change the server2 as server1 like this attached..
profile-home.JPG
I think you want to reset what %HOMESHARE% and %HOMEPATH% are set to. There used to be a way in Group Policy, but that was during an NT to 2000 migration (you could revert). Have you played with Group Policy settings for User config, Admin Templates, System, User Profiles??
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I added only these user name John and Martin to list in domain list and I changed their user and home folder paths in this way
profile path=\\server2\profiles\%u sername%
home path=\\server2\home\%usern ame%
but results is in this way
profile path=\\server2\profiles\us ername
home path=\\server2\home\userna me
unfortunately I dont see usernames
profile path=\\server2\profiles\%u
home path=\\server2\home\%usern
but results is in this way
profile path=\\server2\profiles\us
home path=\\server2\home\userna
unfortunately I dont see usernames
Simply open the organsiational unit where the accounts are located and press control A to select all the objects, right click and click properties click profile, set the path on this page and it will be applied to all of the selected objects.
Then you can get away with changing it only once.