Despite the fact that I have already set the OWA Virtual Directory InternalURL both via GUI and via CLI it cannot find it for some reason. This error is coming up on a number of cmdlets like Test-CalendarConnectivity as well. I am the domain admin user FYI.
PS C:\Users\ops> Get-OwaVirtualDirectory -Server NYCMail01 | Select InternalURL
InternalUrl
https://nycmail01.mycompany.net/owa
PS C:\Users\ops> Test-OwaConnectivity
WARNING: The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
CasServer LocalSite Scenario Result Latency(MS) Error
--------- --------- -------- ------ ----------- -----
NYCMAIL01 NY-Site Logon Skipped The test couldn't test
the internal URL of
this virtual directory,
because the InternalURL
property isn't set.
Test-OwaConnectivity : The Service Endpoint "ExchangeLoginUrl" was not found. This Endpoint gets created during setup,
but it has been deleted.
At line:1 char:1
+ Test-OwaConnectivity
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Test-OwaConnectivity], ServiceEndpointNotFoundException
+ FullyQualifiedErrorId : 75120715,Microsoft.Exchange.Monitoring.TestOwaConnectivity
In addition I could not find any record of "ExchangeLoginURL" whatsoever when searching google/bing.
Any help would be appreciated.
-John