Thursday 19 July 2012

Installing Exchange 2013

Some pre-requisites are required;

Windows Server  2012
- Open Windows PowerShell.
- Run the following command to install the required Windows components.

Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience,
NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering,
Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth,
Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression,
Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing,
Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase,
Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor,
Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth,
Web-WMI, Windows-Identity-Foundation

After you've installed the operating system roles and features, install the following software in the order shown:

Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
Microsoft Office 2010 Filter Pack 64 bit
Microsoft Office 2010 Filter Pack SP1 64 bit

- You must also uninstall Microsoft Visual C++ 11 Beta Redistributable (x64)
- Open Control Panel > Programs and Features.
- Select Visual C++ 11 Beta Redistributable (x64) - 11.0.50531 and then click Uninstall.
- In Microsoft Visual C++ 11 Beta setup, click Uninstall.
- When Microsoft Visual C++ 11 Beta is uninstalled, click Close.

Windows Server 2008 R2 SP1
- Open Windows PowerShell.
- Run the following command to install the required Windows components.

Import-Module ServerManager

Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activation,
RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Process-Model,
Web-Asp-Net, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth,
Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging,
Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter,
Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service,
Web-Net-Ext, Web-Request-Monitor, Web-Server, Web-Stat-Compression,
Web-Static-Content, Web-Windows-Auth, Web-WMI

After you've installed the operating system roles and features, install the following software in the order shown:

Microsoft .NET Framework 4.5 RC
Windows Management Framework 3.0
Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
Microsoft Office 2010 Filter Pack 64 bit
Microsoft Office 2010 Filter Pack SP1 64 bit
Microsoft Knowledge Base article KB974405 (Windows Identity Foundation)
Knowledge Base article KB2619234 (Enable the Association Cookie/GUID that is used by RPC over HTTP to also be used at the RPC layer in Windows 7 and in Windows Server 2008 R2)
Knowledge Base article KB2533623 (Insecure library loading could allow remote code execution)


For Exchange 2013 Preview, you must also do the following in the order shown:

Uninstall Microsoft Visual C++ 11 Beta Redistributable (x64)   This task must be done after you've installed UCMA, but before you run Exchange 2013 Preview Setup. To uninstall Microsoft Visual C++ 11 Beta Redistributable (x64), do the following:

- Open Control Panel > Programs and Features.
- Select Visual C++ 11 Beta Redistributable (x64) - 11.0.50531 and then click Uninstall.
- In Microsoft Visual C++ 11 Beta setup, click Uninstall.
-When Microsoft Visual C++ 11 Beta is uninstalled, click Close.

For more information, see Uninstall Microsoft Visual C++ 11 Beta Redistributable (x64)

Register ASP.NET with .NET Framework 4.5 in Internet Information Services (IIS)   This must be done after you've completed the process described earlier in “Uninstall Microsoft Visual C++ 11 Beta Redistributable (x64)”, but before you run Exchange 2013 Preview Setup. To register ASP.NET with .NET Framework 4.5 in IIS, do the following:

Open a Windows Command Prompt.
Run the following command:

%SystemDrive%\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir –enable

then;

IISReset

Exchange 2013 Prerequisites

No comments: