Organization Sharing failure

Benoit Gillon 25 Reputation points
2024-04-17T07:34:59.0233333+00:00

Dear,

i try to share information with external microsoft tenant.

it works with 2 domains, but with 1 i receive error message.

on web interface i receive tis message : Organization relationship creation failed Error executing cmdlet

if i try on powershell

Get-FederationInformation -DomainName mydomain.com -Verbose

VERBOSE: Returning precomputed version info: 3.4.0

VERBOSE: POST with -1-byte payload

VERBOSE: Query 1 failed.

VERBOSE: Getting message from error object

Write-ErrorMessage :

Ex15B18C|Microsoft.Exchange.Management.SystemConfigurationTasks.GetFederationInformationFailedException|Federation

information could not be received from the external organization.

At C:\Users\xxx\AppData\Local\Temp\tmpEXO_vwqvdtxz.vwc\tmpEXO_vwqvdtxz.vwc.psm1:1191 char:13

  •         Write-ErrorMessage $ErrorObject
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Get-FederationInformation], GetFederationInformationFailedException
    • FullyQualifiedErrorId : [Server=AS2PR05MB10493,RequestId=cd074be5-179d-76b3-9482-1adaff3b9e72,TimeStamp=Wed, 17
    Apr 2024 07:20:39 GMT],Write-ErrorMessage

If i try with mydomaincom.onmicrosoft.com relation is created but doesn't work because "real" domain is not retrieve.

i have user on both domain to check and compare settings, but i don't see error.

How do I fix?

Thanks, Benoit

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,185 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andrew Geddes 741 Reputation points
    2024-04-17T11:29:31.7533333+00:00

    Benoit,

    It seems you're experiencing issues with federation when trying to share information with an external Microsoft tenant. The error message you're encountering typically indicates a problem with the federation configuration or a potential issue with the external organization's federation services.

    Here are some steps you can take to troubleshoot the issue:

    Verify Federation Trust: Ensure that the federation trust is correctly set up between your organization and the external tenant. This includes checking the federation settings in the Office 365 admin center.

    1. Check DNS Configuration: Make sure that the DNS records for Autodiscover and other federation-related services are correctly configured and propagated.
    2. PowerShell Cmdlets: The Get-FederationInformation cmdlet should provide information about the external organization's federation configuration. If this is failing, it could indicate an issue with their configuration.
    3. Test with Other Domains: Since you mentioned it works with two other domains, compare the federation configuration of those domains with the one that's failing to identify any discrepancies.
    4. Check Service Health: Look at the Office 365 Service Health Dashboard to see if there are any known issues with federation services that could be affecting your ability to establish an organization relationship.
    5. Contact Microsoft Support: If the issue persists, reaching out to Microsoft Support may be necessary. They can provide more detailed troubleshooting steps and assistance.

    Remember, federation issues can be complex and may require detailed investigation. If you have access to the external tenant's IT administrators, collaborating with them could help resolve the issue more efficiently.

    If you need further assistance or have additional information, please let me know.


0 additional answers

Sort by: Most helpful