yihwen Posted March 8, 2005 Posted March 8, 2005 I have just change the home folder for user from \\server01\users to \\server02\usersAll 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
Martin Zugec Posted March 8, 2005 Posted March 8, 2005 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).
yihwen Posted March 8, 2005 Author Posted March 8, 2005 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
Martin Zugec Posted March 8, 2005 Posted March 8, 2005 Ok, in that case look at adsimatic iso.hsc.wvu.edu/net/tools/EZADScriptomatic.hta
yihwen Posted March 8, 2005 Author Posted March 8, 2005 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
tguy Posted April 19, 2005 Posted April 19, 2005 Might check this article:http://www.windowsitpro.com/Articles/Print...ArticleID=22357
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now