Get-DomainTrust
Get-DomainTrust -Domain us.dollarcorp.moneycorp.local
Get-DomainTrust -API
Get-DomainTrust -NET
Get-ADTrust -Identity us.dollarcorp.moneycorp.local
Get-Forest
Get-Forest -Forest eurocorp.local
Get-ADForest
Get-ADForest -Identity eurocorp.local
Get-ForestDomain
Get-ForestDomain -Forest eurocorp.local
(Get-ADForest).Domains
Get-ForestGlobalCatalog
Get-ForestGlobalCatalog -Forest eurocorp.local
Get-ADForest | select -ExpandProperty GlobalCatalogs
Get-ForestTrust
Get-ForestTrust -Forest eurocorp.local
Get-ADTrust -Filter 'msDS-TrustForestTrustInfo -ne
"$null"'