Add AD audit scripts (Python/LDAP and PowerShell/RSAT)

Read-only structural/health audit of Active Directory: OU tree, user
and computer account status/hygiene flags, and group breakdown. Two
equivalent implementations depending on available access -- raw LDAP
via ldap3, or Get-AD* cmdlets via RSAT on a domain-joined machine.
This commit is contained in:
2026-08-21 16:14:28 -04:00
commit 60cbfadbae
5 changed files with 772 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ldap3>=2.9