积极答复者
Exchange 2016 集成OOS不允许编辑

问题
答案
-
你好,
尝试下面的指令启用编辑功能:
Get-OfficeWebAppsFarm | Set-OfficeWebAppsFarm -EditingEnabled:$true
Best Regards,
Niko Cheng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.- 已标记为答案 cycle_zhang 2019年5月13日 14:32
-
Dear Niko,
哈哈,谢谢你,果然是这个原因,我之前也是跑你这条命令的,但是报错了。我刚重试了下,通过help命令,看到他的例子中,是没有管道符左侧内容,于是我去到了管道符左侧内容,跑右侧部分,可以成功了。
Set-OfficeWebAppsFarm -EditingEnabled:$true
- 已标记为答案 cycle_zhang 2019年5月13日 14:32
全部回复
-
你好,
尝试下面的指令启用编辑功能:
Get-OfficeWebAppsFarm | Set-OfficeWebAppsFarm -EditingEnabled:$true
Best Regards,
Niko Cheng
Please remember to mark the replies as answers if they helped. If you have feedback for TechNet Subscriber Support, contact tnsf@microsoft.com.
Click here to learn more. Visit the dedicated forum to share, explore and talk to experts about Microsoft Teams.- 已标记为答案 cycle_zhang 2019年5月13日 14:32
-
Dear Niko,
哈哈,谢谢你,果然是这个原因,我之前也是跑你这条命令的,但是报错了。我刚重试了下,通过help命令,看到他的例子中,是没有管道符左侧内容,于是我去到了管道符左侧内容,跑右侧部分,可以成功了。
Set-OfficeWebAppsFarm -EditingEnabled:$true
- 已标记为答案 cycle_zhang 2019年5月13日 14:32