Lync MVP

Lync MVP
MVP AWARD

Tuesday, November 6, 2012

Lync 2013 Server Prerequisit in Nutshell

Since I always had a problem finding my PreRequisit installation scripts, I decided posting it here. So, even I will from now on find my links and script.

If like to read the Technet Article:
Link to prerequisit Information
http://technet.microsoft.com/en-us/library/gg398686(v=ocs.15)


Have fun with it:

For Windows Server 2008 R2 and Windows Server 2012:
Silverlight (opt)
Windows Identity Foundation 3.5 (Server 2012 as Role, in W2k8 R2)


download for 2008 R2:
http://go.microsoft.com/fwlink/p/?linkId=204657.

--------------------
Windows 2008 R2 Server


Import-Module ServerManager
Add-WindowsFeature RSAT-ADDS


# if Persistent Chat is required install MSMQ on FE
Add-WindowsFeature MSMQ-Server, MSMQ-Directory

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-Filtering,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Console,Web-Scripting-Tools,Web-Client-Auth
Add-WindowsFeature Desktop-Experience

-----------------
Windows Server 2012



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

No comments:

Post a Comment