Skip to content

Commit fac1781

Browse files
committed
how-to-connect-migrate-groups
1 parent c077523 commit fac1781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/hybrid/how-to-connect-migrate-groups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Starting in version 1.5.18.0, Azure AD Connect supports the use of the `mS-DS-Co
2929

3030
During a cross-forest move, when a group object is moving from one forest (say F1) to another forest (say F2), you need to copy either the `mS-DS-ConsistencyGuid` value (if it's present) or the `objectGUID` value from the object in forest F1 to the `mS-DS-ConsistencyGuid` attribute of the object in F2.
3131

32-
Use the following scripts as a guide to learn how to migrate a single group from one forest to another. You can also use these scripts as a guide for migration of multiple groups. The scripts use the forest name F1 for the source forest and F2 for the destination forest.
32+
Use the following scripts as a guide to learn how to migrate a single group from one forest to another. You can also use these scripts as a guide for the migration of multiple groups. The scripts use the forest name F1 for the source forest and F2 for the destination forest.
3333

34-
First, we get the `objectGUID` and `mS-DS-ConsistencyGuid` of the group object in forest F1. These attributes are exported to a CSV file:
34+
First, we get the `objectGUID` and `mS-DS-ConsistencyGuid` of the group object in forest F1. These attributes are exported to a CSV file.
3535
```
3636
<#
3737
DESCRIPTION
3838
============
3939
This script will take DN of a group as input.
4040
It then copies the objectGUID and mS-DS-ConsistencyGuid values along with other attributes of the given group to a CSV file.
4141
42-
This CSV file can then be used as input to Export-Group script.
42+
This CSV file can then be used as input to the Export-Group script.
4343
#>
4444
Param(
4545
[ValidateNotNullOrEmpty()]

0 commit comments

Comments
 (0)