Microsoft Office Online Server 2016 部署文档
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Microsoft Office Online Server 2016 部署文档相关的知识,希望对你有一定的参考价值。
-
Windows PowerShell 运行命令示例来安装必需的角色和服务
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,Windows-Identity-Foundation,Server-Media-Foundation -
系统补丁
KB2919442
https://www.microsoft.com/en-us/download/details.aspx?id=42153
KB2919355
https://www.microsoft.com/zh-CN/download/details.aspx?id=42334
.NET Framework 4.5.2
https://go.microsoft.com/fwlink/p/?LinkId=510096
Visual C++ Redistributable Packages for Visual Studio 2013
https://www.microsoft.com/download/details.aspx?id=40784
Visual C++ Redistributable for Visual Studio 2015
https://go.microsoft.com/fwlink/p/?LinkId=620071
Microsoft.IdentityModel.Extention.dll
https://go.microsoft.com/fwlink/p/?LinkId=620072 - 安装服务
- 安装完成Office Online Server后创建场
New-OfficeWebAppsFarm -InternalURL "http://officeonline.wiltechs.com" -ExternalUrl "http://officeonline.wiltechs.com" -AllowHttp -EditingEnabled
–InternalURL 内部访问地址,一般是http://机器名.AD域控地址
–AllowHttp 是否允许http访问- ExternalUrl 外部访问地址,一般是服务器的ip地址。
–EditingEnabled 在 Office Online Server 中启用编辑(如果它与 SharePoint Server 2016 一起使用)。Skype for Business Server 2015 或 Exchange Server 不使用此参数,因为这些主机不支持编辑。
- ExternalUrl 外部访问地址,一般是服务器的ip地址。
5.office online server的日志记录在 %programdata%MicrosoftOfficeWebAppsDataLogsULS,需要服务器显示隐藏文件夹和管理员权限,方便查看错误信息以便定位错误。
以上是关于Microsoft Office Online Server 2016 部署文档的主要内容,如果未能解决你的问题,请参考以下文章
Office365---Exchange online计划1和计划2的区别