Trusts

WINDOWS

Checking For Trust Relationships

PS C:\> Get-ADTrust -Filter *
C:\> netdom query /domain:riotech.local trust

DC Query

C:\> netdom query /domain:riotech.local dc

Workstations and Server Query

C:\> netdom query /domain:riotech.local workstation

PowerView

Trust Enumeration

PS C:\> Get-DomainTrust 

PS C:\> Get-DomainTrustMapping

Check Users in Child Domain

PS C:\> Get-DomainUser -Domain RIOTECH.LOCAL | select SamAccountName

Last updated