- 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
Get-NetDomainTrust [-Domain <domain>]
Get-ADTrust -Filter * [-Identity <domain>]
Last updated 1 year ago