First, the ad environment is a Windows Server 2000 upgrade to Windows Server 2008R2, the upgrade has been more than half a year. Now the enterprise needs to install a set of Exchange2010 mail system, but there are some problems during the installation. Write the wrong experience of this Exchange2010 installation project to help people with similar situations.
All prerequisites are installed on TechNet to do: https://technet.microsoft.com/ZH-CN/library/bb691354 (v=exchg.141). aspx. After the installation is complete, click on Exchange Installer cheerfully, however ... Errors such as:
650) this.width=650; "title=" 909SPAMB ' 5zenhgxcva7i75 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" 909SPAMB ' 5zenhgxcva7i75 "src=" Http://s3.51cto.com/wyfs02/M00/7E/C6/wKioL1cIrQ_Rce0RAAKidJXw1b8126.png "height=" 477 "/>
Follow the prompts to say that the ad forest domain level in your environment is too low to upgrade to 2003 native mode and use the Setup/preparead command to extend the schema. OK, follow the prompts to upgrade the forest domain functional level.
Forest functional Level
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/7E/CA/wKiom1cIrm_x8MsgAABJT_-TrCA824.png "title=" 1.png " Width= "height=" 338 "border=" 0 "hspace=" 0 "vspace=" 0 "style=" width:500px;height:338px; "alt=" wkiom1cirm_ X8msgaabjt_-trca824.png "/>
Domain Functional Level
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m02/7e/c6/wkiol1cirrcrieszaadjhxkrzgw095.png "height=" 373 "/>
After the upgrade is complete, do a setup/ps extension. Error still exists ...
650) this.width=650, "title=" 4k0vmq{e4hbcyr4h7n$ $YGX "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" 4k0vmq{e4hbcyr4h7n$ $YGX "src=" Http://s3.51cto.com/wyfs02/M00/7E/C6/wKioL1cIrRGw09EnAAFT24MFw74575.png "height=" 305 "/>
Look back to the installed log, and still the same as the PowerShell hint above, what the hell?? Obviously raise the forest domain functional level, will also prompt the error .....
650) this.width=650; "Title=" a9{c]1aqb%{mb{w6x (6a~yh "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px, "border=" 0 "alt=" A9{C ]1aqb%{mb{w6x (6a~yh "src=" Http://s3.51cto.com/wyfs02/M01/7E/C6/wKioL1cIrRKBdfcdAACOvObMSKQ267.png "height=" 93 "/ >
Tangled for a long time, shoot AD, originally some old DC records, and then use Ntdsutil to clear it all out. Check that replication is OK, this is sure to succeed. I did not think the error is the same ....
Thought for a long time, still did not understand. Helpless, use the command line to view the ad's functional level
Import-module ActiveDirectory #导入ad模块
Get-addomain | FL Name,domainmode #查看域功能级别
Get-adforest | FL Name,forestmode #查看林功能级别
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m02/7e/ca/wkiom1cirgtw972daaen8tpgjlc907.png "height=" 172 "/>
command output to dumbfounded, the GUI is clearly forest functional level 2008, apart, immediately with the command to raise the forest functional level.
$currentForest = Get-adforest
Set-adforestmode-identity $currentForest-server $currentForest. Schemamaster-forestmode windows2008forest
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m02/7e/c6/wkiol1cirresrz46aalhlcolx24399.png "height="/>
Run Setup/ps again, everything is fine .....
650) this.width=650; "title=" image "style=" border-top:0px;border-right:0px;background-image:none;border-bottom:0 px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "border=" 0 "alt=" image "src=" http:// S3.51cto.com/wyfs02/m00/7e/c6/wkiol1cirrqwhlumaamexr5s-rw581.png "height=" 297 "/>
After the upgrade schema is complete, the Exchange installation completes successfully. From this troubleshooting process can be concluded that the GUI is not necessarily true, seeing is not necessarily real, haha ....
This article is from the "Month Missing" blog, please be sure to keep this source http://yueque.blog.51cto.com/4580340/1762081
Exchange installation AD schema extension failed to debug