How to demote the ad 2012 forest and domain levels

Source: Internet
Author: User
Tags table name

We know that the AD Active Directory cannot be demoted by default, for example, the level of 2003 raised to 2008 is an irreversible operation. However, in Windows Server 2008 R2 and Windows Server 2012, we can demote the forest level and domain level from 2012 to 2008r2, or demote to 2008 from 2008 R2. Of course, we can't drop it down to a lower level, like level 2003.

Www.2cto.com

We can use PowerShell to add the ad Management module, complete the following experiments.

1. Import the AD Management module

Import-module-name ActiveDirectory

2. Check the forest level of the ad

Www.2cto.com

Get-adforest | Format-table Name, Forestmode

3. We try to reduce the forest level and the domain level to the Windows2008 level.

Set-adforestmode–identity "appv.com" –forestmode windows2008forest

Set-addomainmode–identity "appv.com" –domainmode Windows2008domain

4. Let's use the command to see if the forest level and domain level are degraded to the Windows2008 level.

Www.2cto.com

Get-adforest | Format-table Name, Forestmode

Get-addomain | Format-table Name, Domainmode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.