SharePoint 2016 服务器部署(七)SharePoint 和OOS 集成
在SharePoint HTTPS方式访问配置完成后。[*]在SharePoint服务器上打开SharePoint Powershell(已管理员身份运行)
http://i2.运维网.com/images/blog/201811/15/f2d0d74725ca9c0d0cda69e0fe87628a.png
[*]运行以下命令,其中 是您为内部 URL 设置的完全限定域名 (FQDN)。这是 Office Online Server 流量的入口点
New-SPWOPIBinding -ServerName <WacServerName>
http://i2.运维网.com/images/blog/201811/15/9e33b36b5a7c8bb2a68a040eace55908.png
[*]查看 SharePoint 2016 的 WOPI 区域
*Get-SPWOPIZone*
http://i2.运维网.com/images/blog/201811/15/474c5c5712fb57c775fd4a2cc790229b.png
[*]更改 WOPI 区域
*Set-SPWOPIZone -zone "external-https"*
http://i2.运维网.com/images/blog/201811/15/66444e4022ab8b68e01d22640fcff79d.png
[*]查看 SharePoint 2016 的 WOPI 区域
*Get-SPWOPIZone*
http://i2.运维网.com/images/blog/201811/15/3fe53be555eabce86ce56d8215418b9c.png
[*]启用 Excel SOAP API
*$Farm = Get-SPFarm
$Farm.Properties.Add("WopiLegacySoapSupport", "https://oos.msftlearn.com/x/vtibin/ExcelServiceInternal.asmx")
$Farm.Update()
*```
http://i2.运维网.com/images/blog/201811/15/9fb2b28501d322c797e75803cae56f08.png
[*]使用非管理员账户登陆进行查看
http://i2.运维网.com/images/blog/201811/15/9340e3d7fe5b0611a2ef22b59e971bbc.png
http://i2.运维网.com/images/blog/201811/15/f1399ad2b6d8ad011ebb014dd6d6a72c.png
SharePoint 和Office Online Server 集成完成。
页:
[1]