I am migrating an old file server to a new file server, but I having difficulty coming up with a vbs script that will change the path of all the users' home directory within Active Directory. We are operating on Windows Server 2000. Does anyone have any idea of how to make a logon script to do this?
Software/Hardware used:
ASKED:
August 8, 2005 11:18 AM
UPDATED:
August 10, 2005 10:58 AM
Thank you for your assistance. I created the LDAP object, but it still wasn’t mapping the drive. After a lot of research and consulting with other professionals, I added a script that would first remove the old home drive mapping, using the bForce and bUpdateProfile commands. Then I created the connection to new drive mapping. Thanks again.