Exchange 2010 Interorg Freebusy without using Federation Gateway

As long as autodiscover and EWS is working.

  1. Create account without mailbox on both domains (i.e.ID: domainx.com\Freebusy, Pass: P@ssw0rd
  2. On Coex.com
    1. Set-AvailabilityConfig -OrgWideAccount “domain1.com\freebusy”
    2. $a = get-credential (domain2.com\Freebusy, Pass: P@ssw0rd)
    3. Add-AvailabilityAddressspace -Forestname domain2.com -Accessmethod OrgWideFB -Credential:$a
  3. On Microsoft.com
    1. Set-AvailabilityConfig -OrgWideAccount “domain2.com\Freebusy”
    2. $a = get-credential (domain1.com\Freebusy, Pass: P@ssw0rd)
    3. 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?