Exchange 2010 Interorg Freebusy without using Federation Gateway
As long as autodiscover and EWS is working.
- Create account without mailbox on both domains (i.e.ID: domainx.com\Freebusy, Pass: P@ssw0rd
- On Coex.com
- Set-AvailabilityConfig -OrgWideAccount “domain1.com\freebusy”
- $a = get-credential (domain2.com\Freebusy, Pass: P@ssw0rd)
- Add-AvailabilityAddressspace -Forestname domain2.com -Accessmethod OrgWideFB -Credential:$a
- On Microsoft.com
- Set-AvailabilityConfig -OrgWideAccount “domain2.com\Freebusy”
- $a = get-credential (domain1.com\Freebusy, Pass: P@ssw0rd)
- Add-AvailabilityAddressspace -Forestname domain1.com -Accessmethod OrgWideFB -Credential:$a
Comments
- Anonymous
April 16, 2012
would have been slightly easier to comprehend to have domain1.com and domain2.com replaced. which one here is coex.com and which one in the example is microsoft.com?