Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kimanibob/5531901 to your computer and use it in GitHub Desktop.
Save Kimanibob/5531901 to your computer and use it in GitHub Desktop.
Lync Prerequisites
Windows 2008 R2
Import-Module ServerManager
Add-WindowsFeature
Web-Static-Content,Web-Default-Doc,Web-Http-Errors,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Http-Tracing,Web-Windows-Auth,Web-Client-Auth,Web-Filtering,Web-Stat-Compression,Web-Mgmt-Console,Web-Scripting-Tools,MSMQ-Server,MSMQ-Directory,NET-Framework-Core,RSAT-ADDS,Web-Dyn-Compression,Desktop-Experience
Import-Module ServerManager
Add-WindowsFeature NET-Framework-Core
Server 2012
Import-Module ServerManager
Add-WindowsFeature
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
Import-Module ServerManager
Add-WindowsFeature NET-Framework-45-Core,Windows-Identity-Foundation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment