Hello,
I have a problem with the virtual directories on the CAS servers in my Exchange 2013 environment.
The Environment:
The environment consists on single role CAS and mailbox servers (lets say 2 of each) with Exchange 2013cu7 installed on Windows Server 2012 R2. The CAS servers are in different network subnets than the mailbox servers, but all servers and in the same site.
The problem:
When I run a Get-OwaVirtualDirectory in an Exchange Management Shell, nothing happens. The shall just sits there forhours never returning anything until I close the window. No errors are returned and I cannot see anything meaningful in the event logs. This is the same for all virtual directory commands "Get-EcpVirtualDirectory" etc.
The Get-xxxVirtualDirectory is not an issue as I can run Get-OwaVirtualDirectory -ADpropertiesOnly and the output is returned straight away, however, the problem is that I cannot run a Set-OwaVirtualDirectory (or for any of the virtual directories). The command just sits there and does nothing.
I tried running a Get and piping it to a set e.g.
Get-OwaVirtualDirectory -ADpropertiesOnly | Set-OwaVirtualDirectory -InternalUrl "https://someURL/OWA"
and that also does the same thing and just sits there.
I tried changing the settings in the Exchange Admin Centre, and that also just site there with the "Please Wait" spinning away until the web session times out (which is about 4 hours I think)
I have completely rebuilt the CAS servers (removed Exchange from the CAS servers, removed the servers from the domain, deployed new servers and installed Exchange) but I am still getting the same issue.
Has anyone come across this or has a fix for this issue?
Thank you