This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Function Get-ADCircularGroups { | |
<# | |
.SYNOPSIS | |
Find instances of circular nested groups. | |
.DESCRIPTION | |
A PowerShell script to find any instances of circular nested groups in the domain. | |
The program finds and reports on all groups involved in circular nesting. | |
A useful feature of Active Directory is that groups can be nested. However, it is |