Exchange Online: Get-FederationInformation / New-OrganizationRelationship

Marc Gehri 26 Reputation points
2022-11-22T10:35:38.773+00:00

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

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,684 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,140 questions
{count} votes

Accepted answer
  1. Amit Singh 4,981 Reputation points
    2022-11-23T11:15:57.597+00:00

    Run the Get-FederationInformation cmdlet against that domain name, and see what it returns. If it returns a failure, rerun it with the -Verbose switch to get the detailed info.

    Also you can check this blog for more insight - https://blog.yannickreekmans.be/the-curious-case-of-get-federationinformation-and-new-organizationrelationship/

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jörg Sinemus 0 Reputation points
    2024-07-09T10:34:45.4566667+00:00

    When you get Ex15B18C with Exchange Online and you are really using a valid domain (e.g. contoso.com), with my experience you need to open a Support Case with Microsoft and climb the escalation ladder, until the EXO PG can fix that behavior.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.