# Get-DomainModeEnumValues.ps1 # Prints out the values of the DomainMode Enum # Thomas Lee - tfl@psp.co.uk # Enumerate System.DirectoryServices.ActiveDirectory.DomainMode $enums =[enum]::GetValues([System.DirectoryServices.ActiveDirectory.DomainMode]) # Display values "System.Net.DirectoryServices.ActiveDirectory.DomainMode enum
Read More...
Read the complete post at http://pshscripts.blogspot.com/2008/12/get-domainmodeenumvaluesps1.html
Posted
Dec 19 2008, 10:30 AM
by
PowerShell Scripts