Exchange 2013 - Pre-Reqs
Para preparar o AD (Windows Server 2012):
1. Abra o Powershell
2. Install-WindowsFeature RSAT-ADDS
Para preparar o AD (Windows Server 2008 R2 SP1):
1. Abra o Powershell
2. Add-WindowsFeature RSAT-ADDS
Veja aqui a preparação do Active Directory.
Para Mailbox Server Role ou Mailbox e Client Access Server Roles no mesmo servidor (Windows Server 2012):
1. Abra o Powershell
2. 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
3. Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
4. Microsoft Office 2010 Filter Pack 64 bit
5. Microsoft Office 2010 Filter Pack SP1 64 bit
6. Remova o Microsoft Visual C++ 11 Beta Redistributable (x64)
Para Client Access Server Role (Windows Server 2012):
1. Abra o Powershell
2. 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
3. Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
4. Remova o Microsoft Visual C++ 11 Beta Redistributable (x64)
Para Mailbox Server Role ou Mailbox e Client Access Server Roles no mesmo servidor (Windows Server 2008 R2 SP1):
1. Abra o Powershell
2. Import-Module ServerManager
3. 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
4. Instale os seguintes recursos na ordem abaixo:
- 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)
Alguns dos hotfixes já podem ter sido instalados através do Windows Update
5. Remova o Microsoft Visual C++ 11 Beta Redistributable (x64)
6. Registre o .Net Framework 4.5 no IIS através do prompt de commando: %SystemDrive%\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir -enable
7. Reinicie o IIS através do prompt de commando: iisreset
Para Client Access Server Role (Windows Server 2008 R2 SP1):
1. Abra o Powershell
2. Import-Module ServerManager
3. 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
4. Instale os seguintes recursos na ordem abaixo:
- Microsoft .NET Framework 4.5
- Windows Management Framework 3.0
- Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
- 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)
Alguns dos hotfixes já podem ter sido instalados através do Windows Update
5. Remova o Microsoft Visual C++ 11 Beta Redistributable (x64)
6. Registre o .Net Framework 4.5 no IIS através do prompt de commando: %SystemDrive%\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir -enable
7. Reinicie o IIS através do prompt de commando: iisreset
Para o Windows 7 (Exchange Management Tools)
1. Instale o IIS 6 Management Compatibility através do Painel de Controle
2. Microsoft .NET Framework 4.5
3. Windows Management Framework 3.0
4. Knowledge Base article KB974405 (Windows Identity Foundation)
Windows 8 Release Preview (Exchange Management Tools)
Instalação padrão do Windows 8 Release Preview
;)
Comments
- Anonymous
August 02, 2013
HTTP compression can lead to security risks per Blackhat 2013 security.stackexchange.com/.../396 I hope you post a blog saying how we can block or disable compression. Ideally I want to disable it from the IIS side or not install it.