Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Use PowerShell to Determine AD Forest Mode
Summary: Learn how to use Windows PowerShell and the Active Directory module to determine the AD DS forest mode. How can I use Windows PowerShell to determine the AD DS forest mode? Use the Get-ADForest cmdlet from the Active Directory module for Windows PowerShell and use the ForestMode property: (Get-ADForest).ForestMode

Recent Posts

Â