Forum Discussion
PoorMens_Bravo
Dec 14, 2022Brass Contributor
Inter-Org relationship for FRE BUSY services
Hi All, Many thanks in advance, our organization is in hybrid setup with Office365, and we have to now initiate a new federation with a different organization whose infra is completely in Office365 ...
- Dec 14, 2022In both, as you have to cover all the scenarios listed here: https://techcommunity.microsoft.com/t5/exchange-team-blog/the-hybrid-mesh/ba-p/605910
VasilMichev
Dec 14, 2022MVP
No, you just enter their address when needed, and free/busy will be fetched.
PoorMens_Bravo
Dec 15, 2022Brass Contributor
Ok, that's great VasilMichev , i was able to create Org relationship successfully in cloud using the cmdlet:
Get-FederationInformation -DomainName domain.com | New-OrganizationRelationship -Name “Our org to targetorg" -FreeBusyAccessEnabled $true -FreeBusyAccessLevel LimitedDetails
but however, i am getting an error when i run the command in our onprem Exchange:
get-federationname -domainname domain.com
Federation information could not be received from the external organization.
But, i was able to add the domain successfully under the organizationrelationship that was set for our onprem org to Office365 in onprem Exchange.
We are able to see their Free/Busy successfully of the targetorg users, but they are not able to see our Free/Busy
- VasilMichevDec 15, 2022MVPDid you create org relationships for both on-prem and cloud environments? Again, in Hybrid you need to do both, and the other side needs to create two as well.
- PoorMens_BravoDec 15, 2022Brass ContributorThe target domain is cloud only org, they do not have hybrid, it us who are having hybrid, and i was able to succesfully create an Org relationship with target domain in cloud, but in on-prem i am not able to do that.
I was however able to add that target domain in our existing org relationship that we have from onprem to our cloud tenant. Thanks VasilMichev for guiding me here.