Enumerating Domain

PowerView

Get details about current domain

Get-NetDomain

Get details about another domain

Get-NetDomain -Domain <DOMAIN NAME>

Active Directory Module

Get details about current domain

Get-ADDomain

Get details about another domain

Get-ADDomain -Identity <DOMAIN NAME>

Last updated