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

HealthCheck - Members of Pre-Windows 2000 Compatible Access group #173

Open rebelinux opened 4 months ago

rebelinux commented 4 months ago

Description

Add condition to check for Members of Pre-Windows 2000 Compatible Access group

https://www.semperis.com/blog/security-risks-pre-windows-2000-compatibility-windows-2022/

PS C:\Users\administrator.PHARMAX> Get-ADGroup -Identity 'Pre-Windows 2000 Compatible Access' | Get-ADGroupMember

distinguishedName : CN=ACADE-DC-01V,OU=Domain Controllers,DC=acad,DC=pharmax,DC=local
name              : ACADE-DC-01V
objectClass       : computer
objectGUID        : 0748e0ab-3b9d-48bd-bf9f-c202806f1774
SamAccountName    : ACADE-DC-01V$
SID               : S-1-5-21-370360276-377477351-3184454278-1000

distinguishedName :
name              : Authenticated Users
objectClass       :
objectGUID        : 00000000-0000-0000-0000-000000000000
SamAccountName    : Authenticated Users
SID               : S-1-5-11

PS C:\Users\administrator.PHARMAX>

Additional Context

No response

Before submitting