Active Directory Administration

Domain Accounts

List all domain users

net user /domain

Get information on a specific users

net user <USERNAME> /domain

Domain Groups

net group /domain

Domain Controller

Get the domain controller hostname

Get the DC with the FSMO roles

netdom /query fsmo

Get a list of Systems

Workstations

Servers

Trusts

Query for a list of trusts

Get Logged In Users

You can use PowerViews Get-NetLoggedOn

Get sessions on a machine Using PowerView

Last updated

Was this helpful?