Enumerations/DsDomainTrustType.ps1
$DsDomainTrustType = psenum $Module DsDomainTrustType UInt32 @{ DOWNLEVEL = 1 UPLEVEL = 2 MIT = 3 DCE = 4 } |
$DsDomainTrustType = psenum $Module DsDomainTrustType UInt32 @{ DOWNLEVEL = 1 UPLEVEL = 2 MIT = 3 DCE = 4 } |