Skip to content

Commit dbf0658

Browse files
committed
Clear up sync description
1 parent 9b8b5db commit dbf0658

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sync-ADGroup.ps1

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
Sync members of AD groups in the same, or different AD forests/domains.
88
Syc methods are
99
Mirror : Membership of DifferenceGroup will be set to mirror that of ReferenceGroup.
10-
TwoWay : Membership of both groups will be syncronized, adding and removing accounts from each group as needed.
10+
TwoWay : Membership of both groups will be syncronized, adding and removing accounts as needed.
11+
No accounts will be removed from ReferenceGroup
1112
Update : Members of ReferenceGroup will be added to DifferenceGroup. No accounts are removed from either group.
1213
1314
.PARAMETER ReferenceGroup
@@ -27,6 +28,7 @@
2728
Syc methods are
2829
Mirror : Membership of DifferenceGroup will be set to mirror that of ReferenceGroup.
2930
TwoWay : Membership of both groups will be syncronized, adding and removing accounts from each group as needed.
31+
No accounts will be removed from ReferenceGroup
3032
Update : Members of ReferenceGroup will be added to DifferenceGroup. No accounts are removed from either group.
3133
3234
.PARAMETER Credential

0 commit comments

Comments
 (0)