You can follow these steps to install Skype for business Server 2015. Skype for Business Server 2015 requires AD support, and this blog post no longer details the installation process of the ad. Installation of SQL Please see my other article.
650) this.width=650; "title=" clip_image002 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image002" src= "http://s3.51cto.com/wyfs02/M00/6C/A8/wKiom1VPEIOgH6h4AAC9SKh8VgI331.jpg" height= "260"/>
Installation Prerequisites
The Skype for Business Server 2015 installation requires the installation of some prerequisites for the operating system first, and here I am using Windows Server R2.
Make sure to update the system to the latest before you start.
Note: Make sure that the following patches are installed, and if you do not install them, the subsequent deployment will be an error, which I will mention later.
Windows Server 2858668, KB article
Windows Server R2, KB article 2982006
Windows Server R2, KB article 2533623
650) this.width=650; "title=" clip_image004 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image004" src= "http://s3.51cto.com/wyfs02/M01/6C/A8/wKiom1VPEIbRx9RHAADJfd_-1fw060.jpg" height= "420"/>
Install the required roles and features on the front-end server
1. Add the following roles and features to the Server Manager by adding roles and features.
Web Server (IIS)
Common HTTP Features
Default Document
Directory Browsing
HTTP Errors
Static Content
Health and diagnostics
HTTP Logging
Logging Tools
Tracing
Performance
Security
Application development
. NET Extensibility 3.5
. NET Extensibility 4.5
ASP. 3.5
ASP. 4.5
ISAPI Extensions
ISAPI Filters
Management Tools
NET Framework 3.5 Features
. NET Framework 4.5 Features
-
WCF Services
HTTP Activation
Media Foundation
Remote Server Administration Tools
Windows Identity Foundation 3.5
In addition to the graphical interface, we can also install it via PowerShell. Run PowerShell as an administrator, and then type the following command (if your server is offline, specify the source folder)
Add-windowsfeature Net-framework-core, Rsat-adds, Windows-identity-foundation, Web-server, Web-Static-Content, Web-default-doc, Web-http-errors, web-dir-browsing, Web-asp-net, Web-net-ext, Web-isapi-ext, Web-ISAPI-Filter, Web-http-logging, Web-log-libraries, Web-request-monitor, web-http-tracing, Web-basic-auth, Web-Windows-Auth, Web-client-auth, Web-filtering, Web-stat-compression, Web-dyn-compression, Net-wcf-http-activation45, Web-Asp-Net45 , Web-mgmt-tools, Web-scripting-tools, Web-mgmt-compat, server-media-foundation, BITS - SOURCE E:\sources\SXS (insert the disc to specify the path, and if you connect to the Internet, you can remove the red part)
650) this.width=650; "title=" clip_image006 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "border=" 0 "alt = "clip_image006" src= "http://s3.51cto.com/wyfs02/M02/6C/A3/wKioL1VPEgHQo8fqAADgzuRqTtU606.jpg" height= "145"/>
When you are finished, restart the server.
Create a shared folder
This folder is primarily a storage meeting state, and SFB continues this storage method, which is recommended for a shared folder location on a reliable storage (Windows-based platform) if you consider availability, you can use Dfs file sharing. PS: It is not advisable for someone to put the shared folder directly on the front-end server for convenience.
Here is the test environment for convenience, I put the shared folder location directly on the DC. Give the SFB administrator full Control and everyone Read permissions.
650) this.width=650; "title=" clip_image008 "style=" border-top:0px;border-right:0px;background-image:none; border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px, "border=" 0 "alt=" clip_ image008 "src=" http://s3.51cto.com/wyfs02/M00/6C/A3/wKioL1VPEgTynrfEAADn8sPfKj4837.jpg "height=" 408 "/>
This article from the "Ink Book" blog, reproduced please contact the author!
Skype for Business Walkthrough Three: Installing Prerequisites and Creating shared folders