In this article, I will help you to migrate active directory global groups in the same forest using ADMT 3.2.
Migrating Single AD Group
Step 1. Login with an ADMT migration account to the computer at the target domain where ADMT is installed.
Step 2. Open PowerShell with elevated privileges.
Step 3. Execute the following command. Make sure to replace actual values.
ADMT GROUP /N “group_name” /IF:YES /SD:<”source_domain”> /TD:”target_domain” /TO:”target_OU”
Migrating Multiple AD Groups Using Include File
Step 1. Log in with ADMT migration account to computer at target domain where ADMT is installed
Step 2. Open PowerShell with elevated privileges
Step 3. Execute the following command. Make sure to replace actual values
ADMT GROUP /F “includefile_name” /IF:YES /SD:<”source_domain”> /TD:”target_domain” /TO:”target_OU”
Reference
- ADMT v3.2 Migration Guide (Download from https://www.microsoft.com/en-pk/download/details.aspx?id=19188)
How to Migrate AD Global Groups in the Same Forest Using ADMT v3.2