#Lync Server 2013 Windows Server 2012 software Pre-requisites PowerShell Command
Posted by Chad McGreanor on July 23, 2012
Since there are many posts out there already that talk about Lync Server 2013 installation I will not go through that again. But I will share the PowerShell command that installs all the Windows Server 2012 additional software requirements.
Use the command below to install all software Pre-requisites.
import-module servermanager
add-windowsfeature telnet-client,RSAT-ADDS,net-framework-45-core, NET-WCF-HTTP-Activation45,windows-identity-foundation,Web-Static-Content,Web-Default-Doc,Web-Http-Errors,web-asp-net,web-asp-net45,Web-Net-Ext,Web-ISAPI-Ext,web-isapi-filter,Web-Http-Logging,Web-Log-Libraries,Web-Http-Tracing,Web-Windows-Auth,Web-Filtering,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Console,Web-Scripting-Tools,Web-Client-Auth,server-media-foundation,MSMQ-Server,MSMQ-Directory

Eric said
Thanks M8.
Eric
vidio lucu said
Excellent article. I am going through a few of these issues as well.
.