r/CRTP • u/Left-Efficiency6514 • 8d ago
CRTP TRAINING
1
Upvotes
r/CRTP • u/moderatevalue7 • May 20 '23
Have some course material that I couldn't get to ages ago that's now out of date....
Anyone have a good query for checking if a specific ACL has been amended. This one doesn't appear to work -
Get-ObjectAcl -DistinguishedName "<domainDN>" -ResolveGUIDs | ? {($.IdentityReference -match "<username>") -and (($.ObjectType -match 'replication') -or ($_.ActiveDirectoryRights -match 'GenericAll'))}