Powerview

Powerview is a powerful Powershell script that can be used for enumeration of an AD domain after gaining initial access.

Common usage

# returns all computers or specific computer objects in AD
PS> Get-DomainComputer  

# return all users or specific user objects in AD
PS> Get-DomainUser

# return all groups or specific group objects in AD
PS> Get-DomainGroup 

Refer to the link below for a full list of available Powerview commands.

Last updated