Get-NetForestDomain
Get-NetDomainTrust
Get-NetForestDomain | Get-NetDomainTrust
Get-NetForestDomain | Get-NetDomainTrust | ?{$_.TrustType -eq 'External'}
Get-NetForestDomain -Forest eurocorp.local | Get-NetDomainTrust
Get-Sessions -ComputerName <computername>