Hi everyone.
Having an odd problem here. We successfully ran the Exchange Hybrid Configuration Wizard after a few errors and some troubleshooting. The wizard now completes with no errors, however when accessing the Exchange Server Admin Center and going to the Hybrid tab, it still just prompts to begin the setup again. We have run the wizard multiple times and it works perfectly every time, however no Hybrid setup reflects on-prem or in M365.
Get-HybridConfiguration outputs the below results (edited for confidentiality)
[PS] C:\Windows\system32>get-hybridconfiguration
RunspaceId : #########################
ClientAccessServers : {}
EdgeTransportServers : {}
ReceivingTransportServers : {EXSERVER}
SendingTransportServers : {EXSERVER}
OnPremisesSmartHost : mail.___domain.com
Domains : {___domain.com}
Features : {FreeBusy, MoveMailbox, Mailtips, MessageTracking, OwaRedirection, OnlineArchive,
SecureMail, Photos}
ExternalIPAddresses : {}
TlsCertificateName : <I>CN=Go Daddy Secure Certificate Authority - G2, OU=http://certs.godaddy.com/repository/,
O="GoDaddy.com, Inc.", L=Scottsdale, S=Arizona, C=US<S>CN=mail.___domain.com
ServiceInstance : 0
AdminDisplayName :
ExchangeVersion : 0.20 (15.0.0.0)
Name : Hybrid Configuration
DistinguishedName : CN=Hybrid Configuration,CN=Hybrid Configuration,CN=First Organization,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=___domain,DC=local
Identity : Hybrid Configuration
Guid : ##############################
ObjectCategory : ___domain.local/Configuration/Schema/ms-Exch-Coexistence-Relationship
ObjectClass : {top, msExchCoexistenceRelationship}
WhenChanged : 1/17/2025 4:37:31 PM
WhenCreated : 1/14/2025 12:33:31 PM
WhenChangedUTC : 1/17/2025 12:37:31 PM
WhenCreatedUTC : 1/14/2025 8:33:31 AM
OrganizationId :
Id : Hybrid Configuration
OriginatingServer : DC02.___domain.local
IsValid : True
ObjectState : Unchanged
Scratching my head about this one because the wizard clears everything fine, and PowerShell seems to be telling me that the Hybrid setup is configured, however there's no Hybrid services available. Any advice appreciated, thanks.