Get-NetDomainTrust

#Get a list of all domain trusts for the current domain
Get-NetDomainTrust #north.newyork.local
Get-NetDomainTrust -Domain newyork.local
Get-NetDomainTrust -Domain maryland.local


#Get details about the current forest
Get-NetForest



#Get all domains in the current forest
Get-NetForestDomain

#Get all global catalogs for the current forest
Get-NetForestCatalog


#Map trusts of a forest
Get-NetForestTrust
Get-NetForestTrust –Forest newyork.local
et-NetForestTrust –Forest maryland.local

Last updated