PowerView
Get-DomainTrust
Get-DomainTrust -Domain us.dollarcorp.moneycorp.localForest mapping
Details about current Forest AND external Forests
Get-Forest
Get-Forest -Forest eurocorp.localAll domains in current Forest
Get-ForestDomain
Get-ForestDomain -Forest eurocorp.localAll global catalogs for the current forest
Get-ForestGlobalCatalog
Get-ForestGlobalCatalog -Forest eurocorp.localEnumerate trusts for a trusting / external forest
Get-ForestDomain -Forest eurocorp.local | %{Get-DomainTrust -Domain $_.Name}Map trusts of a forest
Get-ForestTrust
Get-ForestTrust -Forest eurocorp.localLast updated