This topic explains how to use the Active Directory module for Windows PowerShell to raise the domain functional level to Windows 2000 native.
Example
The following example demonstrates how to raise the domain functional level of the Fabrikam.com domain to Windows 2000 native:
Set-ADDomainMode -Identity FABRIKAM -DomainMode Windows2000
Additional information
You can use the following parameters when you set many of the common values that are associated with raising the domain functional level in Active Directory Domain Services (AD DS):
- -Windows2000
- -Windows2003InterimDomain
- -Windows2003Domain
- -Windows2008Domain
- -Windows2008R2Domain
For a full explanation of the parameters that you can pass to Set-ADDomainMode, at the Active Directory module command prompt, type Get-Help Set-ADDomainMode –detailed, and then press ENTER.