After you install the Exchange Server 2010 Management Console on the Windows Server R2 machine, prompt w3svc is not running, open the EMC console as shown in:
650) this.width=650; "title=" 2908729a034d724ac3be2078d3fdc901 "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=" 2908729a034d724ac3be2078d3fdc901 "src=" http://s3.51cto.com/wyfs02/M02/6C/98/ Wkiom1vmgbyy8mlcaafjlshobp8220.jpg "" 885 "height=" 254 "/>
How do we deal with this problem? The first thing to do, I'm afraid, is to check that the current installed EMC console is consistent with the version of Exchange Server 2010 in the background, so first look at the following, as shown in:
650) this.width=650; "title=" 99858bf0bff9689c744008072efe127b "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=" 99858bf0bff9689c744008072efe127b "src=" http://s3.51cto.com/wyfs02/M00/6C/98/ Wkiom1vmgb3g7rzqaaifzkfz898310.jpg "" 880 "height=" 449 "/>
Check back-end Exchange Server 2010 Server version Discovery for Exchange 2010 as SP2 version, installed console is SP1 version, replace with SP2, no longer error, but the following problem occurs, do not display the node entry, as shown in:
650) this.width=650; "title=" Image "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=" Image "src=" http://s3.51cto.com/wyfs02/M01/6C/98/ Wkiom1vmgb2saypgaag4bk9kjk0136.jpg "" 896 "height=" 420 "/>
As you can see here, it is possible that the MMC console version is different from the version that is applicable to Exchange Server 2010, so with this in mind, let's write the following batch script file:
OK, create a batch file at any location, with the following file contents:
Set __compat_layer=runasinvoker
Set complus_version=v2.0.50727
"C:\Program files\microsoft\exchange server\v14\bin\exchange Management console.msc"
After saving, run the batch file to open normally, as follows:
650) this.width=650; "title=" Image "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=" Image "src=" http://s3.51cto.com/wyfs02/M02/6C/98/ Wkiom1vmgb7rholsaagooyk3rqi600.jpg "" 908 "height="/>
Here is also a sharing of troubleshooting, I hope that there is a need to install the EMC console on Windows Server 2012 friends can find out here the cause and resolution of this problem.
WS2012R2 Installing the Exchange Server 2010 Management Console, prompting W3SVC not running