Difference between revisions of "Creating CAS"
From GWAVA Technologies Training
(Created page with "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. Install prer...") |
|||
Line 5: | Line 5: | ||
Install prerequisites [https://technet.microsoft.com/en-US/Library/bb691354#WS2012MBX] | Install prerequisites [https://technet.microsoft.com/en-US/Library/bb691354#WS2012MBX] | ||
− | Prepare Active Directory for Exchange 2013: | + | Prepare Active Directory for Exchange 2013(may not be required): |
Activate these features in order in Server Manager. | Activate these features in order in Server Manager. | ||
#.NET Framework 4.5.2 [http://www.microsoft.com/en-us/download/details.aspx?id=42642] | #.NET Framework 4.5.2 [http://www.microsoft.com/en-us/download/details.aspx?id=42642] | ||
Line 12: | Line 12: | ||
#Install the Remote Tools Administration Pack. | #Install the Remote Tools Administration Pack. | ||
##<code>Install-WindowsFeature RSAT-ADDS</code> | ##<code>Install-WindowsFeature RSAT-ADDS</code> | ||
+ | |||
+ | Install only the Client Access server role on a computer. | ||
#Run the following command to install the required Windows components. | #Run the following command to install the required Windows components. | ||
##<code>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 | ##<code>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 |
Revision as of 16:44, 23 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.
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