PowerView

Link

GitHub - PowerShellMafia/PowerSploit: PowerSploit - A PowerShell Post-Exploitation Framework

Cheat sheet can be found here:

https://raw.githubusercontent.com/HarmJ0y/CheatSheets/master/PowerView.pdf

https://raw.githubusercontent.com/HarmJ0y/CheatSheets/master/PowerView.pdf

Get-Domain

Returns the domain object for the current (or specified) domain

Get-DomainController

Return the domain controllers for the current (or specified) domain

Get-ForestDomain

Return all domains for the current (or specified) forest

Get-DomainPolicy

Returns the default domain policy or the domain controller policy for the current domain or a specified domain/domain controller

Get-DomainUser

Return all users or specific user objects in AD unless specific '-identifiy' and a username.

Get-DomainComputer

returns all computers or specific computer objects in AD

Get-DomainOU

Search for all organization units (OUs) or specific OU objects in AD