PowerView
View ACLs associated with an object
Get-DomainObjectAcl -SamAccountName student1 -ResolveGUIDsGet-DomainObjectAcl -Identity "Domain Admins" -ResolveGUIDsView ACLs associated with the specified prefix to be used for search
Get-DomainObjectAcl -SearchBase "LDAP://CN=RDP Users
,CN=Users,DC=dollarcorp,DC=moneycorp,DC=local" -ResolveGUIDs -Verbose
Search for Write, Modify and GenericAll ACEs
Find-InterestingDomainAcl -ResolveGUIDsFind-InterestingDomainAcl -ResolveGUIDs | ?{$_.IdentityReferenceName -match "student2"}Find-InterestingDomainAcl -ResolveGUIDs | ?{$_.IdentityReferenceName -match "RDPUsers"}Specified Path
Get-PathAcl -Path "\\dcorp-dc.dollarcorp.moneycorp.local\sysvol"Last updated