Exchange Online: Get-FederationInformation / New-OrganizationRelationship

Marc Gehri 1 Reputation point
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,335 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.
1,875 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amit Singh 4,846 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