GP And OU Enumeration
GPO Enumeration
PowerView
Get-NetGPO
Get-NetGPO | Select displayname
Get-NetGPO -ComputerName dcorpstudent1.dollarcorp.moneycorp.local
#Get GPO(s) which use Restricted Groups or groups.xml for interesting
users
Get-NetGPOGroup
#Get users which are in a local group of a machine using GPO
Find-GPOComputerAdmin โComputername dcorpstudent1.dollarcorp.moneycorp.local
#Get machines where the given user is member of a specific group
Find-GPOLocation -UserName student1 -Verbose
ActiveDirectoryPowerShell module
OU Enumeration
PowerView
ActiveDirectoryPowerShell module
Last updated