Skip to content

Instantly share code, notes, and snippets.

@rasta-mouse
Last active April 11, 2018 21:20
Embed
What would you like to do?
Some helpful PowerView commands
Find-DomainLocalGroupMember -GroupName Administrators | Select-Object ComputerName, MemberName | Export-Csv -NoTypeInformation -Path local-admins.csv
Get-DomainGPO | % { Get-DomainObjectAcl -Identity $_.name -ResolveGUIDs }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment