Installing OCS 2007 R2 Prerequisites on Windows Server 2008
This post was not written by me, but by my excellent colleague Ståle. Kudos! Pay his blog a visit ^^
TI
Commands to install the necessary prerequisites for OCS 2007 R2 on Windows Server 2008
Front End on Windows Server 2008 Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc
Installs the following components:
- [Web-Windows-Auth] – Windows Authentication
- [Web-Mgmt-Compat] – IIS 6 Management Compatibility
- [MSMQ-Server] – Message Queuing Server
- [MSMQ-Directory] – Directory Service Integration
- [RSAT-ADDC] – Active Directory Domain Controller Tools
- [WAS-Process-Model] – Process Model
- [WAS-Config-APIs] – Configuration APIs
- [Web-Mgmt-Console] – IIS Management Console
- [Web-Http-Logging] – HTTP Logging
- [PowerShell] – Windows PowerShell
The last 3 in the list are not required, but they are highly recommended. IIS 7.0 Management Console is IMHO much easier to use than the IIS 6.0 version. The logging tools often come in handy when troubleshooting OCS IIS issues and PowerShell makes working with OCS WMI values a piece of cake.
Monitoring Server on Windows Server 2008 Servermanagercmd.exe -install msmq-server msmq-directory
Installs the following components:
- [MSMQ-Server] – Message Queuing Server
- [MSMQ-Directory] – Directory Service Integration
CWA Server on Windows Server 2008 Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging
Installs the following components:
- [Web-Windows-Auth] – Windows Authentication
- [Web-Mgmt-Compat] – IIS 6 Management Compatibility
- [Web-Mgmt-Console] – IIS Management Console
- [Web-Http-Logging] – HTTP Logging
Mediation Server on Windows Server 2008 Servermanagercmd.exe -install rsat-addc
Installs the following components:
- [RSAT-ADDC] – Active Directory Domain Controller Tools
Post used as a reference for this post
http://waveformation.com/2009/06/02/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/