我有一台运行所有angular色的Exchange 2010服务器。 OWA当前configuration为https://owa.currentwebsite/owaurl
我试图找出如何将OWA移动到https://owa.newwebsite/owa
有谁知道如何做到这一点的指导?
到目前为止我所做的
在公共DNS中为新网站创build一个新的区域。
在新区域创build了OWAlogging
在新区域创build了自动发现的SRVlogging
在新区域中创build了MXlogging
在Exchange服务器上安装新的SSL证书
我相信现在所需的全部是使用PowerShell和反弹IIS来更改URL:
Get-OWAVirtualDirectory -Server MyCASServer | Set-OWAVirtualDirectory -InternalURL https://owa.newsite.com/owa -ExternalURL https://owa.newsite.com/owa IISreset -noforce