Domain Trusts

- Unidirectional = If A trusts B, B can access A

- Bidirectional = both can access

- Transitive = if A trusts B, and B trusts C then A trusts C

- Non-Transitive = A does not trust C

PowerView

Get-NetDomainTrust [-Domain <domain>]

ADModule

Get-ADTrust -Filter * [-Identity <domain>]

Last updated