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
PowerShell 3.0
PowerShell 3.0 is not a standalone product, it's part of the Windows Framework 3.0
http://www.microsoft.com/en-us/download/details.aspx?id=34595
.Net Framework 4.5
http://www.microsoft.com/en-us/download/details.aspx?id=30653
Windows Identity Foundation
http://www.microsoft.com/en-us/download/details.aspx?id=17331
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
# if Persistent Chat is required install MSMQ on FE
Add-WindowsFeature MSMQ-Server, MSMQ-Directory
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
Author: Thomas Pött Managing Consultant Microsoft UC
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
PowerShell 3.0
PowerShell 3.0 is not a standalone product, it's part of the Windows Framework 3.0
http://www.microsoft.com/en-us/download/details.aspx?id=34595
.Net Framework 4.5
http://www.microsoft.com/en-us/download/details.aspx?id=30653
Windows Identity Foundation
http://www.microsoft.com/en-us/download/details.aspx?id=17331
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
# if Persistent Chat is required install MSMQ on FE
Add-WindowsFeature MSMQ-Server, MSMQ-Directory
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
Author: Thomas Pött Managing Consultant Microsoft UC
Comments
Post a Comment