Skype For Business2015---Office Web Apps部署介绍
说到OWA的时候,相信很多管理员会想到Exchange Server的web邮箱服务,但是今天介绍的不是Exchange服务的owa----outlook web app服务,今天介绍的owa服务为Sype for business2015 的office web apps服务,该服务主要实现skype client共享PPT功能,具体参数可以访问http://technet.microsoft.com/library 来学习对应的功能服务。今天介绍该服务主要目的是为了我们后期的部署服务做铺垫。
我们首先定义计算机名称及ip地址等信息
Hostname:SFB-OWAS
IP:10.10.1.6
Role:OWAS
在安装前我们需要下载Office web apps安装文件,该安装文件只能从微软的批量授权网站上下载,如果有需要的可以联系我,我会分享。
我们首先需要下载对应的前提插件
Net fromwork4.5.2
http://www.microsoft.com/zh-cn/download/details.aspx?id=42643
下载后我们开始安装
插件安装完成
接下来安装OWA服务的前提服务
Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45
然后我们放入office web apps server2013
开始安装
安装完成
接下来我们打开IIS控制台进行证书申请
我们通过IIS申请
通过内部的CA服务进行申请
定义证书FQDN
证书申请完成
安装完成后,我们解析来需要创建 Office Web Apps Server 服务器场
New-OfficeWebAppsFarm -InternalUrl " https://iternal-owas.iternalsoft.com " -ExternalUrl " https://owas.iternalsoft.com " -CertificateName "iternal-owas.iternalsoft.com" -EditingEnabled
验证是否成功创建了 Office Web Apps Server 服务器场
-------------------------------------------------------------------------------
在创建服务器场后,将在 Windows PowerShell 提示符中显示有关服务器场的详细信息。若要验证是否正确安装并配置了 Office Web Apps Server,请使用 Web 浏览器访问 Office Web Apps Server 发现 URL,如下面的示例所示。发现 URL 是您在配置 Office Web Apps Server 服务器场时指定的 InternalUrl 参数,后跟 /hosting/discovery,例如:
复制
https://server.contoso.com/hosting/discovery
https://OWAS01.i-x-Cloud.com/hosting/discovery
本文出自 “高文龙” 博客,谢绝转载!