Jump to content

Recommended Posts

Posted

I have just change the home folder for user from \\server01\users to \\server02\users

All my 100 over active directory uses home folder location is pointing to \\server01 and I wish to mass update it to \\server02 using a VBScript or any tool that is available.

Could someone help me out with it as it is tedious to go into the Active Directory individually just to change the home folder location.

Thanks


Posted

Best practise is not to specify folder like \\server\user\%username%, but use mapping drive (for example H like home using logon script), so migration to another server is quite easy.

If U want to keep your way, have a look at ADSI (specially tool ADSIMatic from Microsoft, that will generate script for you).

Posted

each users are allocated to this way

\\server02\users\%username%

I just wan a script that will loop thru the whole Active Directory and then change \\server01\users\%username%

to

\\server02\users\%username%

Thanks

Posted

thanks for the reply. I visited the website but still clueless of whats going on. Is there a sample script that does my required job?

I think the rest is minority. Thanks

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...