Hi
A customer has an Exchange hybrid configuration (Exchange 2019/Exchange Online).
When partners want to create an OrganizationRelationship with our customer, the default domain (CUSTOMER.COM) does not work. To create the OrganizationRelationship you have to use another domain that the customer has. (e.g. TEST.CUSTOMER.COM or CUSTOMER.ONMICROSOFT.COM)
If the OrganizationRelationship could be created, however, the default domain (CUSTOMER.COM) is always missing in the configuration and it must be added manually.
If you execute the command Get-FederationInformation -domainname CUSTOMER.COM you will get an error message.
Write-ErrorMessage : Ex15B18C|Microsoft.Exchange.Management.SystemConfigurationTasks.GetFederationInformationFailedException|Federation information could not be received from the external
organization.
If you execute the command Get-FederationInformation -domainname TEST.CUSTOMER.COM, you will get correct result with all DomainNames except CUSTOMER.COM domain.
TargetApplicationUri : outlook.com
DomainNames : {aaaa.com, ttttt.de, bbbbb.ch, nnnnnn.com...}
TargetAutodiscoverEpr : https://autodiscover-s.outlook.com/autodiscover/autodiscover.svc/WSSecurity
TokenIssuerUris : {urn:federation:MicrosoftOnline}
IsValid : True
ObjectState : Unchanged
How can I update the Federation/FederationInformation?
Regards
Marc