We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
No response
The text was updated successfully, but these errors were encountered:
rebelinux
No branches or pull requests
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/
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: