Hello. I have been working on this issue for the last three days and am at my wits end.
On Sunday I installed Cumulative Update 1 on our Exchange 2013 Server. It's the only Exchange server in the environment and is integrated with Server 2012 Essentials. After rebooting from the update, autodiscover was no longer functional. No outlook clients could log in to the server, internal or external. Activesync is still working, so mobile clients are functioning normally, and OWA and ECP are functional both internal and external.
I have been pouring through numerous technet articles, forums, and anything else that my have a solution to my problem. I managed to solve several issues, but every time I fix an issue a new one will crop up and send me two steps back. Here is where I stand now:
Remote Connectivity Analyzer outputs this at the moment after the latest iisreset:
Testing RPC/HTTP connectivity. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The RPC/HTTP test failed. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
There was an issue with the EXCH Provider previously, but after trying a solution and rebooting, I now have an issue with EXPR. Originally, I couldn't even get autodiscover to connect. I fixed that, but keep on hitting roadblocks every step I take.
Here are some powershell outputs for reference. Note that before I copied these, I have recreated the autodiscover virtual directory and performed an iisreset. I also had changed the outlookprovider certprincipalname and server, but have since changed them back to $null
get-outlookprovider
Name Server CertPrincipalName TTL
---- ------ ----------------- ---
EXCH 1
EXPR 1
WEB 1
get-outlookanywhere | fl
ServerName : exchangeserver
SSLOffloading : False
ExternalHostname : mail.domain.com
InternalHostname : mail.domain.com
ExternalClientAuthenticationMethod : Basic
InternalClientAuthenticationMethod : Basic
IISAuthenticationMethods : {Basic}
XropUrl :
ExternalClientsRequireSsl : True
InternalClientsRequireSsl : True
MetabasePath : IIS://exchange.domain.local/W3SVC/1/ROOT/Rpc
Path : C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\rpc
ExtendedProtectionTokenChecking : None
ExtendedProtectionFlags : {}
ExtendedProtectionSPNList : {}
AdminDisplayVersion : Version 15.0 (Build 620.29)
Server : exchangeserver
AdminDisplayName :
ExchangeVersion : 0.20 (15.0.0.0)
Name : Rpc (Default Web Site)
DistinguishedName : CN=Rpc (Default Web
Site),CN=HTTP,CN=Protocols,CN=exchangeserver,CN=Servers,CN=Exchange
Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First
Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=local
Identity : exchangeserver\Rpc (Default Web Site)
Guid : 9db72642-860f-4354-9a8e-57df4b4b6d1c
ObjectCategory : domain.local/Configuration/Schema/ms-Exch-Rpc-Http-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchRpcHttpVirtualDirectory}
WhenChanged : 6/19/2013 2:07:15 PM
WhenCreated : 3/20/2013 2:43:54 AM
WhenChangedUTC : 6/19/2013 6:07:15 PM
WhenCreatedUTC : 3/20/2013 6:43:54 AM
OrganizationId :
OriginatingServer : domaincontroller.domain.local
IsValid : True
ObjectState : Changed
get-autodiscovervirtualdirectory | fl
RunspaceId : 7df1e323-86fc-46bd-9ec6-b96f483a10ef
Name : Autodiscover (Default Web Site)
InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated}
LiveIdNegotiateAuthentication : False
WSSecurityAuthentication : False
LiveIdBasicAuthentication : False
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
OAuthAuthentication : False
AdfsAuthentication : False
MetabasePath : IIS://exchangeserver.domain.local/W3SVC/1/ROOT/Autodiscover
Path : C:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\Autodiscover
ExtendedProtectionTokenChecking : None
ExtendedProtectionFlags : {}
ExtendedProtectionSPNList : {}
AdminDisplayVersion : Version 15.0 (Build 620.29)
Server : exchangeserver
InternalUrl : https://autodiscover.domain.com/autodiscover/autodiscover.xml
ExternalUrl : https://autodiscover.domain.com/autodiscover/autodiscover.xml
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
DistinguishedName : CN=Autodiscover (Default Web
Site),CN=HTTP,CN=Protocols,CN=exchangeserver,CN=Servers,CN=Exchange Administrative
Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=domain,DC=local
Identity : exchangeserver\Autodiscover (Default Web Site)
Guid : 02d22cf2-1ded-46d6-b647-3d1923732875
ObjectCategory : domain.local/Configuration/Schema/ms-Exch-Auto-Discover-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchAutoDiscoverVirtualDirectory}
WhenChanged : 6/19/2013 2:04:43 PM
WhenCreated : 6/19/2013 2:03:17 PM
WhenChangedUTC : 6/19/2013 6:04:43 PM
WhenCreatedUTC : 6/19/2013 6:03:17 PM
OrganizationId :
OriginatingServer : domaincontroller.domain.local
IsValid : True
ObjectState : Changed
Everything is configured and turned on. I'm just stumped about the issue with the outlook provider. I'm fairly certain that it has surfaced due to changes I made from fixes I found for other issues. If I can't get this fixed by this evening, I'm probably just going to reinstall Exchange entirely and start from scratch. Anybody have a bright idea? Thanks in advance.