ActiveDirectory Module - OPSEC

Get-ADTrust
Get-ADTrust -Identity us.dollarcorp.moneycorp.local

Get-ADForest
Get-ADForest -Identity eurocorp.local

(Get-ADForest).Domains

Get-ADForest | select -ExpandProperty GlobalCatalogs

Get-ADTrust -Filter 'msDS-TrustForestTrustInfo -ne
"$null"'

Last updated