Set-ADDomainMode
Set-ADDomainMode Set-ADDomainMode Sets the domain mode for an Active Directory domain. Syntax Copy Set-ADDomainMode [-Identity] <ADDomain> [-DomainMode] {<Windows2000Domain> | <Windows2003InterimDomain> | <Windows2003Domain> | <Windows2008Domain> | <Windows2008R2Domain> | <UnknownDomain>} [-AuthType {<Negotiate> | <Basic>}] [-Credential <PSCredential>] [-PassThru <switch>] [-Server <string>] [-Confirm] [-WhatIf] [<CommonParameters>] · Identity · DomainMode · AuthType · Credential · PassThru · Server · Confirm · WhatIf Detailed Description The Set-ADDomainMode cmdlet sets the domain mode for a domain. You specify the domain mode by setting the DomainMode parameter. The domain mode can be set to the following values that are listed in order of functionality from lowest to highest. […]
Read more