Skip to content

Commit 2db2a10

Browse files
committed
Removal of ADMT content
1 parent 540a47a commit 2db2a10

9 files changed

Lines changed: 10 additions & 56 deletions

learn-pr/wwl-azure/active-directory-domain-services-migration/5-explore-active-directory-migration-tool.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

learn-pr/wwl-azure/active-directory-domain-services-migration/6-knowledge-check.yml renamed to learn-pr/wwl-azure/active-directory-domain-services-migration/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ azureSandbox: false
1313
labModal: false
1414
durationInMinutes: 3
1515
content: |
16-
[!include[](includes/6-knowledge-check.md)]
16+
[!include[](includes/5-knowledge-check.md)]
1717
quiz:
1818
title: "Check your knowledge"
1919
questions:

learn-pr/wwl-azure/active-directory-domain-services-migration/7-summary-resources.yml renamed to learn-pr/wwl-azure/active-directory-domain-services-migration/6-summary-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ azureSandbox: false
1212
labModal: false
1313
durationInMinutes: 3
1414
content: |
15-
[!include[](includes/7-summary-resources.md)]
15+
[!include[](includes/6-summary-resources.md)]

learn-pr/wwl-azure/active-directory-domain-services-migration/includes/1-introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The first step in moving your organization’s Active Directory Domain Services domain controllers to Windows Server 2025 is to determine whether you want to upgrade your existing domains and forest or migrate to a newly deployed forest. If you decide to upgrade your existing domains and forest, you need to know the steps required to introduce and then switch over to Windows Server 2025 domain controllers. If you’re going to migrate to a new forest, you need to know which steps to take to move between your existing AD DS environment and your new one.
1+
The first step in moving your organization’s Active Directory Domain Services domain controllers to Windows Server 2025 is to determine whether you want to upgrade your existing domains and forest or migrate to a newly deployed forest. If you decide to upgrade your existing domains and forest, you need to know the steps required to introduce and then switch over to Windows Server 2025 domain controllers.
22

33
## Learning objectives
44

@@ -7,7 +7,6 @@ In this module, you will:
77
- Compare upgrading an AD DS forest and migrating to a new AD DS forest.
88
- Describe how to upgrade an existing AD DS forest.
99
- Describe how to migrate to a new AD DS forest.
10-
- Describe Active Directory Migration Tool (ADMT).
1110

1211
## Prerequisites
1312

learn-pr/wwl-azure/active-directory-domain-services-migration/includes/4-migrate-to-active-directory-domain-services.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ After planning is complete, you can create the new AD DS forest by using new dom
1212

1313
To support a phased migration that allows users to access resources in the source and destination, you must configure a forest trust. This allows users in the source forest to access resources migrated to the target forest. It also allows users migrated to the target forest to access resources in the source forest.
1414

15-
After a user is migrated to the target forest, the sIDHistory attribute is used to maintain access to resources in the source forest. The sIDHistory attribute on the migrated user is updated to include the security identifier (SID) of the source user. This allows the migrated user to access resources in the source forest to which the source user had been assigned access. Populating sIDHistory allows the new migrated user to impersonate the source user for security purposes.
15+
After a user is migrated to the target forest, the sIDHistory attribute is used to maintain access to resources in the source forest. The sIDHistory attribute on the migrated user is updated to include the security identifier (SID) of the source user. This allows the migrated user to access resources in the source forest to which the source user had been assigned access. Populating sIDHistory adds the source user's SID to the migrated user's security token, allowing the migrated user to retain access to resources previously granted to the source user.
1616

17-
To use sIDHistory, you must disable SID filtering on the forest trust. SID filtering removes SIDs from the local domain that weren't issued by a domain controller in the local AD DS forest.
17+
To use sIDHistory, you must disable SID filtering on the forest trust. SID filtering is a security feature that removes SIDs from an incoming user's authentication token that don't originate from the trusted forest. Because the sIDHistory SIDs originate from the source forest but are carried in the migrated user's token from the target forest, SID filtering would strip them and prevent access to source forest resources.
1818

1919
Password synchronization is another important part of migrating. To simplify the migration process for users, you should migrate passwords along with the user accounts.
2020

21+
> [!NOTE]
22+
> Many organizations choose to engage a Microsoft Partner or third-party vendor to assist with complex forest migrations. These engagements can provide specialized expertise and tooling to help ensure a successful migration with minimal disruption to business operations.

learn-pr/wwl-azure/active-directory-domain-services-migration/includes/5-explore-active-directory-migration-tool.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

learn-pr/wwl-azure/active-directory-domain-services-migration/includes/6-knowledge-check.md renamed to learn-pr/wwl-azure/active-directory-domain-services-migration/includes/5-knowledge-check.md

File renamed without changes.

learn-pr/wwl-azure/active-directory-domain-services-migration/includes/7-summary-resources.md renamed to learn-pr/wwl-azure/active-directory-domain-services-migration/includes/6-summary-resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
This module provided you with the necessary knowledge to upgrade and migrate an existing Active Directory Domain Services domain and forest. You learned how to determine whether to perform an upgrade or migration, how to upgrade from a previous version of AD DS, how to migrate to a new AD DS forest, and about the functionality of the Active Directory Migration Tool.
1+
This module provided you with the necessary knowledge to upgrade and migrate an existing Active Directory Domain Services domain and forest. You learned how to determine whether to perform an upgrade or migration, how to upgrade from a previous version of AD DS, and how to migrate to a new AD DS forest.
22

33
Now that you have reviewed this module, you should be able to:
44

55
- Compare upgrading an AD DS forest and migrating to a new AD DS forest.
66
- Describe how to upgrade an existing AD DS forest.
77
- Describe how to migrate to a new AD DS forest.
8-
- Describe Active Directory Migration Tool (ADMT).
98

109
## Resources
1110

learn-pr/wwl-azure/active-directory-domain-services-migration/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
uid: learn.wwl.active-directory-domain-services-migration
33
metadata:
44
title: Active Directory Domain Services migration
5-
description: "Determine the best approach to moving domain controllers to Windows Server 2025. Learn how the Active Directory Migration Tool can consolidate domains within a forest or migrate domains to a new AD DS forest."
5+
description: "Determine the best approach to moving domain controllers to Windows Server 2025."
66
ms.date: 01/23/2026
77
author: wwlpublish
88
ms.author: robbarefoot
99
ms.topic: module
1010
ms.service: entra-id
1111
ms.subservice: domain-services
1212
title: Active Directory Domain Services migration
13-
summary: Determine the best approach to moving domain controllers to Windows Server 2025. Learn how the Active Directory Migration Tool can consolidate domains within a forest or migrate domains to a new AD DS forest.
13+
summary: Determine the best approach to moving domain controllers to Windows Server 2025.
1414
abstract: |
1515
After completing this module, you will be able to:
1616
- Compare upgrading an AD DS forest and migrating to a new AD DS forest
1717
- Describe how to upgrade an existing AD DS forest
1818
- Describe how to migrate to a new AD DS forest
19-
- Describe Active Directory Migration Tool (ADMT)
2019
prerequisites: |
2120
- Windows Server administration basics
2221
- Experience with managing Active Directory Domain Services
@@ -37,7 +36,6 @@ units:
3736
- learn.wwl.active-directory-domain-services-migration.examine-upgrade-vs-migration
3837
- learn.wwl.active-directory-domain-services-migration.upgrade-previous-version-of-ad-ds-to-windows-server-2022
3938
- learn.wwl.active-directory-domain-services-migration.migrate-to-ad-ds-windows-server-2022-from-previous-version
40-
- learn.wwl.active-directory-domain-services-migration.explore-migration-tool
4139
- learn.wwl.active-directory-domain-services-migration.knowledge-check
4240
- learn.wwl.active-directory-domain-services-migration.summary
4341
badge:

0 commit comments

Comments
 (0)