ACTIVE DIRECTORY Migration project Part 12 by Enayat Meer

Описание к видео ACTIVE DIRECTORY Migration project Part 12 by Enayat Meer

ADMT migration video part 12 (This video)
--Download all ADMT 3.2 related tools from my dropbox linkk
https://www.dropbox.com/sh/7w2qzt5wjp...

All parts link:
Video 1:    • ACTIVE DIRECTORY Migration project Pa...  
Video 2:    • ACTIVE DIRECTORY Migration project Pa...  
Video 3:    • ACTIVE DIRECTORY  Migration project P...  
Video 4:    • ACTIVE DIRECTORY Migration project Pa...  
Video 5:    • ACTIVE DIRECTORY Migration project Pa...  
Video 6:    • ACTIVE DIRECTORY Migration project Pa...  
Video 7:    • ACTIVE DIRECTORY Migration project Pa...  
Video 8:    • ACTIVE DIRECTORY Migration project Pa...  
Video 9:    • ACTIVE DIRECTORY Migration project Pa...  
Video 10:    • ACTIVE DIRECTORY Migration project Pa...  
Video 11:    • ACTIVE DIRECTORY Migration project Pa...  
Video 12:    • ACTIVE DIRECTORY Migration project Pa...  

Keep watching - Enayat Meer - [email protected]

• In this video I am going to migrate about 2,000 remaining users from source.com domain to target.com domain
• Some accounts will carry group membership from source to target
• PowerShell command will also be used to count users in a specific OU before migration
• Few more migration concept topics will be discussed during this video

=================Video Project Agenda: video series (by Enayat Meer)
1. Create a source domain Source.com - done
2. Create a target domain Target.com - done
3. Add 5000 users using PowerShell at source domain – done in video 2
4. We will create some global and universal groups at source domain (groups will also be migrated to target) –

done in video 2
5. We will download ADMT with password migration tool to use in this project. – done in video 2
6. Install SQL on target domain for ADMT tool , use SvcADMT as service account (done in video 3)
7. Migrate 1000 users from source to target domain – (done in video 7 – working on)
8. Migrate Source Member server to target domain - not done yet
9. We will install SQL Express at member server (SQL will run with a service account) – done in video 3
10. We will merge some user accounts which will have high level permissions at source such as member of domain of

domain admins or\and enterprise admins group.
11. Install ADMT on target domain or at target (I am using target domain for ADMT Tool) – we are ready to install

ADMT now (Let’s install ADMT now) done already
12. Install PES on source domain - this will be password export tool (dll) done in video 5
13. Install PES key on target domain - done in video5
14. Create a local group at source NetbiosName$$$ (done in video 5)
15. (If you are migrating from a domain with domain controllers that run Windows Server 2003 or later to another

domain with domain controllers that run Windows Server 2003 or later, the TcpipClientSupport registry entry does

not have to be modified.). – all done in video part 5
16. Enable auditing at source and target domain (done in video 5)
17. I am back in video 6 for creating a forest trust between both domains – done in video 6
This command was used to add 5000 users at source domain:
1..5000 | Foreach-Object {new-aduser -name "SourceUser1$PSItem" -AccountPassword (convertTo-SecureString -

AsPlainText "Pa55w.rd" -Force) -Enabled:$True}


Video part 6 - done
In this video I will add conditional forwarders in each domain (in DNS) as required and will establish a 2 ways

transitive forest trust - done in video 6
At the end, I will migrate a test user from source domain to target domain. - done in video 6
ADMT migration video part 7 (done)
In this video I will do a migration of approximately 1,000 users with associated global and universal groups. Next

video will be used for service accounts migration.
I will use PowerShell command to count numbers of users in OU before migration of users from source domain to

target domain with 2 groups. [ ]
Here is the command:
(Get-ADUser -Filter * -SearchBase “ou=UsersToMigrate,dc=Source,dc=com”).count

ADMT migration video part 8 (Done)
• In this video, I will tag service account that is being used for SQL server
• Service account SQL_svc resides at source.com domain
• Service account belongs to a host ‘Member1’. This server will be migrated to target later on
• I will also create a brand new account ‘SourceProfile’ , will login with this account as a target domain

member and will create 2 new folders on desktop to see same profile at target after server migration

ADMT migration video part 9 (working on now)
(Agenda is to create 2 new user accounts with a new profile at source domain in order to test profile at target

domain after user accounts and computer migration)
1. In this video , I will create 2 user accounts Profile1 and Profile2
2. Login at source with both accounts one by one
3. Create 2 folders on desktop for each account in order to see same profile at target after computer

migration
4. Run security translation wizard before migrating computer from source to target domain
5. Migrate both accounts from source.com to target.com domain
.This video is about computer migration.

Комментарии

Информация по комментариям в разработке