Difference between revisions of "Creating CAS"
From GWAVA Technologies Training
(2 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
Install Windows 2012 R2 and update it. | Install Windows 2012 R2 and update it. | ||
+ | |||
+ | Log onto the domain. | ||
Install prerequisites [https://technet.microsoft.com/en-US/Library/bb691354#WS2012MBX] | Install prerequisites [https://technet.microsoft.com/en-US/Library/bb691354#WS2012MBX] | ||
Line 21: | Line 23: | ||
##Windows Management Framework 4.0 (included with Windows Server 2012 R2) [http://www.microsoft.com/en-us/download/details.aspx?id=40855] | ##Windows Management Framework 4.0 (included with Windows Server 2012 R2) [http://www.microsoft.com/en-us/download/details.aspx?id=40855] | ||
##Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit [http://www.microsoft.com/en-us/download/details.aspx?id=34992] | ##Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit [http://www.microsoft.com/en-us/download/details.aspx?id=34992] | ||
+ | |||
+ | Load Exchange CD/ISO. | ||
+ | |||
+ | Install CAS [https://technet.microsoft.com/en-us/exdeploy2013/Checklist?state=2419-W-DACEIgAAQAAoAEEBAQAAAAE~] |
Latest revision as of 16:14, 25 March 2015
For a lab you may want to setup multiple CAS servers to explore the effects of not having Basic Authentication enabled.
Install Windows 2012 R2 and update it.
Log onto the domain.
Install prerequisites [1]
Prepare Active Directory for Exchange 2013(may not be required): Activate these features in order in Server Manager.
- .NET Framework 4.5.2 [2]
- Windows Management Framework 4.0 (included with Windows Server 2012 R2) [3]
- Open Windows PowerShell.
- Install the Remote Tools Administration Pack.
Install-WindowsFeature RSAT-ADDS
Install only the Client Access server role on a computer.
- 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, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, 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:
Load Exchange CD/ISO.
Install CAS [7]