Property
Links
Get-NetDomainTrust
/Get-NetDomain Trust -Domain domain.local
List External Trusts to the current domain
Get-NetDomainTrust | ?{$_.TrustType -eq 'External'}
AD Module
Get-ADTrust -Filter *
Get-NetDomainTrust
/Get-NetDomain Trust -Domain domain.local
List External Trusts to the current domain
Get-NetDomainTrust | ?{$_.TrustType -eq 'External'}
AD Module
Get-ADTrust -Filter *