๐คAD Trusts
Trust Types
Cross-link
A trust between child domains to speed up authentication.
External
A non-transitive trust between two separate domains in separate forests that are not already joined by a forest trust. This type of trust utilizes SID filtering.
Tree-root
A two-way transitive trust between a forest root domain and a new tree root domain. They are created by design when you set up a new tree root domain within a forest.
Forest
A transitive trust between two forest root domains.
The direction of trust is opposite to the direction of access.
Enumerating Trust Relationships
Get-DomainTrust
Code
Get-DomainTrust
Code
Get-DomainTrustMapping
Enumerate all trusts for our current domain and other reachable domains.
Last updated