Dec 13 2022 11:27 PM
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 and do not have any onprem exchange environment.
Now, my question is, do i have to run the New-Organizationrelationship cmdlet in Onprem exchange Infra or in the cloud?
Dec 13 2022 11:30 PM
SolutionDec 13 2022 11:35 PM
Dec 13 2022 11:48 PM
Dec 14 2022 03:56 AM
Dec 14 2022 08:06 AM
Dec 14 2022 10:34 PM - edited Dec 14 2022 11:20 PM
Ok, that's great @Vasil Michev , 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
Dec 14 2022 11:36 PM
Dec 15 2022 01:04 AM