What it does
Use this PowerShell script to ensure that members are synchronized between Active Directory groups! Mirror one or more groups into a "destination group." A scheduled job always ensures that members from multiple AD groups are combined into a common group.
Description
Mirror the members of one or more Active Directory groups (source group(s)) into a common group (target group). Members who are not in the source group will be deleted in the target group! Source groups are not edited. No members are deleted or added in the source groups. Use this PowerShell script to ensure that members are synchronized between Active Directory groups!
Creation Details
Input Parameters
Name: sourcegroup
Description: The members from this source group will be added to the destination group. Specify one or more source groups (separated by comma). Example: Group_1,Group_2,Group_3
Name: destinationgroup
Description: Specify a destination group. Members are added to this destination. group if they are in a source group. Members will be deleted from this destination group if they are not (anymore) member of the source group(s). The destination group must exist. Only one target group can be defined.
Resource Parameters
No resource parameters set
Code
The author does not want to make his script publicly available.
You need to log in to get these resource.
login and obtain the library resource to set a rating.