How to Migrate AD Users in the Same Forest With VBScript

ITPro Today

June 15, 2017

1 Min Read
How to Migrate AD Users in the Same Forest With VBScript

In one of the earlier posts, I walked you through migrating AD users with the help of ADMT v3.2 (active directory migration tool) GUI between domains in the same forest. In this post, I’ll show you to migrate AD users with VBScript. 

Step-By-Step

1. Log in with domain admin account to one of the domain controllers in target domain where ADMT is installed.

2. Open notepad and paste the following script, save the file with .wsf extension in the same folder where templatescript.vbs is located.

 

3. Open PowerShell and execute the following command

C:windowssyswow64csript.exe e.g. hello.wsf

4. Open Active Directory Users and Computers console in one of the domain controller in target domain. Verify the existence of newly migrated AD objects. 

Visit this link to read more about AD objects migration between domains in the same forest and migrate users, computers, and groups with ADMT GUI and command line. 

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like