Merge-ADGroupHierarchy
1.0
One-way synchronisation of indirect members of a group to direct members of a group.
Use where you have separated groups that contain people (role groups) from groups used to apply resource permissions but the resource in question does not support group nesting.
More information on separating role and resource groups can be found in the "Separating People and Resource
Use where you have separated groups that contain people (role groups) from groups used to apply resource permissions but the resource in question does not support group nesting.
More information on separating role and resource groups can be found in the "Separating People and Resource
One-way synchronisation of indirect members of a group to direct members of a group.
Use where you have separated groups that contain people (role groups) from groups used to apply resource permissions but the resource in question does not support group nesting.
More information on separating role and resource groups can be found in the "Separating People and Resources" section of the following article: https://ss64.com/nt/syntax-groups.html
1. Using the Get-ADGroupMembers inner function:
a. Find direct members of a group.
b. Find indirect members of a group.
2. Compare the direct and indirect lists and calculate what AD objects need to be added or removed as direct members.
Show more
Use where you have separated groups that contain people (role groups) from groups used to apply resource permissions but the resource in question does not support group nesting.
More information on separating role and resource groups can be found in the "Separating People and Resources" section of the following article: https://ss64.com/nt/syntax-groups.html
1. Using the Get-ADGroupMembers inner function:
a. Find direct members of a group.
b. Find indirect members of a group.
2. Compare the direct and indirect lists and calculate what AD objects need to be added or removed as direct members.
Installation Options
Owners
Package Details
Author(s)
- Mark Holderness
Functions
Get-ADGroupMembers Get-ADObjectMemberOfGroup Get-SelectProperties Write-Transcript
Dependencies
This script has no dependencies.
FileList
- Merge-ADGroupHierarchy.nuspec
- Merge-ADGroupHierarchy.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0 (current version) | 51 | 6/20/2021 |