积极答复者
修改exchange2016的OWA目录

问题
答案
-
如下图
停止了OWA app Pool后,过了几分钟还是可以正常访问的
如果把C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\目录下的owa文件夹重命名可以达到这个目的吗,对外网的Outlook和手机会有影响吗- 已编辑 wangchen_1120 2018年11月8日 6:38
- 已标记为答案 wangchen_1120 2018年12月4日 0:50
全部回复
-
你好,
为何不直接禁用这些外部用户的OWA功能:
Set-CasMailbox UserName -OWAEnabled $false
注意,这个会禁用整个OWA功能,用户无论内外部都无法使用OWA功能。
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.- 已标记为答案 wangchen_1120 2018年11月8日 2:40
- 取消答案标记 wangchen_1120 2018年11月8日 2:40
- 已编辑 Niko.ChengModerator 2018年11月9日 7:48
-
你好,
那你可以考虑直接在云主机上禁用OWA app pools 。
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. -
如下图
停止了OWA app Pool后,过了几分钟还是可以正常访问的
如果把C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\目录下的owa文件夹重命名可以达到这个目的吗,对外网的Outlook和手机会有影响吗- 已编辑 wangchen_1120 2018年11月8日 6:38
- 已标记为答案 wangchen_1120 2018年12月4日 0:50
-
你好,
一般来说,禁用OWA app pool就可以阻止用户通过这台服务器连接OWA,但还可以访问,你需要检查一下当用户可以访问OWA的时候,是不是这个pool又被启用了,如果不是,可能是用户通过内网的服务器进行了OWA的连接,这个需要检查一下内部服务器上的OWA虚拟目录的具体设置,是不是有设置外部访问的URL,以及内外部的URL是不是都用的同样的namespace,比如https://mail.domain.com/owa,如果是的话,你可以将所有主机的上的OWA虚拟目录的外部URL都设为空,保留内部URL为https://ServerFQDN.domain.com/owa以供内部用户访问OWA用,然后再刷新IIS看看。
查看OWA虚拟目录的URL请使用下面指令:
Get-OWAVirtualDirectory |fl ServerName,*ternalUrl
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.
- 已编辑 Niko.ChengModerator 2018年11月9日 8:16
- 已建议为答案 Niko.ChengModerator 2018年11月12日 3:08
-
你好,
请问问题是否有任何进展?如果问题已解决,请将有帮助的答复标记为答复,谢谢!
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.- 已建议为答案 Niko.ChengModerator 2018年11月29日 9:54