Share via


Lync 2013 Deployment Preparation Script

When deploying Lync 2013, the following Powershell script provides an easy one-step installation of all prerequisites for Windows Server 2008 R2: 

Add-WindowsFeature MSMQ-Server,MSMQ-Directory,Web-Server,Web-Static-Content,Web-Default-Doc,Web-Scripting-Tools,Web-Windows-Auth,Web-Asp-Net,Web-Log-Libraries,Web-Http-Tracing,Web-Stat-Compression,Web-Default-Doc,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Errors,Web-Http-Logging,Web-Net-Ext,Web-Client-Auth,Web-Filtering,Web-Mgmt-Console,Web-Asp-Net,Web-Dyn-Compression,Web-Mgmt-Console,Windows-Identity-Foundation,rsat-adds,telnet-client,net-wcf-http-activation45,net-wcf-msmq-activation45,Server-Media-Foundation

In some cases, it may be necessary to add your installation source directory as described here: https://msdn.microsoft.com/en-us/library/ee662309.aspx

 

Please note that for Windows Server 2012, the Add-WindowsFeature command has been replaced with Install-WindowsFeature