Organization Sharing failure

Andy McConnell 0 Reputation points
2023-01-26T22:14:18.1433333+00:00

error. federation information could not be received from the external organization.

When trying to create Sharing Organization relationship, I get the error above. It won't add the domain trust to share free/busy information from GAL/Exchange online.

How do I fix?

Thanks, Andy

Microsoft Exchange Online
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,177 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Andy McConnell 0 Reputation points
    2023-01-30T03:24:37.4966667+00:00

    disregard this note

    0 comments No comments

  2. Andy McConnell 0 Reputation points
    2023-01-30T04:09:07.5233333+00:00

    Ok, UPDATE, I've SUCCESSFULLY added the relationship now on both sides (between 2 O365 tenants), but free/busy info is not available. Does this take time to enable/populate? Do I need to take other steps like add each person in the remote GAL? Welcome any advice.

    thx Andy

    0 comments No comments

  3. Andy McConnell 0 Reputation points
    2023-01-30T04:38:04.0233333+00:00

    SOLVED! Once I ran these commands and added the Autodiscover address revealed.. and app URL (outlook.com), free busy worked immediately. Thanks....

    Connect-ExchangeOnline

    Get-OrganizationRelationship | Format-List

    Get-FederationInformation -DomainName [domain name]


  4. Aholic Liang-MSFT 13,741 Reputation points Microsoft Vendor
    2023-01-31T01:17:42+00:00

    Hi @Andy McConnell ,

    Please try referring to this link to create an organization relationship with PowerShell to see if it makes a difference:

    Create an organization relationship in Exchange Online | Microsoft Learn

    New-OrganizationRelationship -Name "Contoso" -DomainNames "contoso.com" -FreeBusyAccessEnabled $true -FreeBusyAccessLevel LimitedDetails
    

     

    If that still doesn't work, run the Get-FederationInformation cmdlet against the domain name to see what it returns. If the return fails, rerun it with the -Verbose switch to get more information and post it here.

    (Note: Please be careful to hide your personal information .)

    Get-FederationInformation -DomainName Contoso.com
    
    0 comments No comments