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