AsBuiltReport / AsBuiltReport.Microsoft.AD

Repository for AsBuiltReport Microsoft Active Directory module
https://techmyth.blog/posts/homelab-ad-doc-using-asbuiltreport/
MIT License
63 stars 18 forks source link

Add healthcheck for Circular Group Membership #160

Closed rebelinux closed 3 months ago

rebelinux commented 7 months ago

Description

If an Active Directory(AD) group has another AD group as both it's parent and as a child member you have a circular nested reference.

Why would that matter? There is no technical reason preventing the use of circular references between AD groups, Active Directory can still calculate and grant access. The main reason that circular references are considered harmful is that they tend to make management more difficult

https://ss64.com/ps/syntax-circular.html

Additional Context

No response

Before submitting