17 Haziran 2013 Pazartesi

How to Install the Exchange 2010 Management Tools on Windows 8

This is definitely unsupported so be sure to read the disclaimer on the right side of this blog before continuing. Read this blog article completely before attempting this process.


You’ve just reloaded your work computer with Windows 8 RTM that you downloaded from MSDN or TechNet and you need to install the Exchange Server 2010 Management Tools so you can manage your Exchange server without having to log into it whether it be with the GUI or with PowerShell. In this example, I run setup.exe from a copy of Exchange 2010 with Service Pack 2, clicked through a couple of screens taking all the defaults and on the following screen, select “Custom Exchange Server Installation”. Then select next:



You’ll only need the “Management Tools”:



The prerequisite checks will fail stating that Windows 8 is not supported:



You can use PowerShell or RegEdit to modify the CurrentVersion setting in the registry from 6.2 to 6.1 which tells Windows 8, you’re not really Windows 8:













1

2

3


(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").CurrentVersion

Set-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name CurrentVersion -Value 6.1

(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").CurrentVersion





You’ll need to manually enable the “IIS 6 Management Console” and “IIS 6 Metabase Compatibility” features otherwise the installation will fail at this point due to those missing. Once all of those changes have been made, the “Readiness Checks” will complete:



The installation finishes without issue:



Once the installation is complete, change the CurrentVersion setting back to 6.2. PowerShell is my tool of choice and I like problems that give me an excuse to use it.













1

2


Set-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name CurrentVersion -Value 6.2

(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").CurrentVersion





This process circumvents a safety feature that I’m sure was put in place for a good reason so you’ve been warned. Don’t blame me when your computer crashes and burns.


Update 8/21/12

Based on the comments I’ve received on this blog, I’ve verified that there is an issue with the Exchange Management Console (GUI). You’re unable to expand the tree beyond the point shown in the following image to manage the Exchange server from Windows 8:



Based on this, the only reason to attempt this install is for the PowerShell snap-ins.


http://mikefrobbins.com/2012/08/16/how-to-install-the-exchange-2010-management-tools-on-windows-8-rtm/

Hiç yorum yok:

Yorum Gönder