Skip to content

Commit 59c2a0d

Browse files
authored
Update Add-AvailabilityAddressSpace to clarify configurations needed for Free/busy sharing between online tenants
Removes -AccessMethod OrgWideFBBasic which was deprecated some time ago when basic auth was deprecated in Exchange Online. Clarifies that -AccessMethod OrgWideFB is deprecated for accessing target forests in Exchange Online. Adds -AccessMethod OrgWideFBToken which is now the only way to establish AvailabilityAddressSpace for Freebusy sharing across two tenants in Exchange Online. Clarifies that -AccessMethod OrgWideFBToken also requires TargetTenantId and TargetServiceEpr for a successful configuration.
1 parent 896f6ed commit 59c2a0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/ExchangePowerShell/Add-AvailabilityAddressSpace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ In Exchange Online, this example sets up the sharing of free/busy information wi
8181
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:
8282

8383
- PerUserFB: Per-user free/busy information can be requested. The free/busy data is accessed in the defined per-user free/busy proxy account or group, or in the All Exchange Servers group. This value requires a trust between the two forests, and requires you to use either the UseServiceAccount parameter or Credentials parameter.
84-
- OrgWideFB: Only default free/busy for each user can be requested. The free/busy data is accessed in the per-user free/busy proxy account or group in the target forest. This value requires you to use either the UseServiceAccount parameter or Credentials parameter.
85-
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
84+
- OrgWideFB: Only the default free/busy for each user can be requested. The free/busy data is accessed in the per-user free/busy proxy account or group in the target forest. This value requires you to use either the UseServiceAccount parameter or Credentials parameter. This is deprecated for accessing target forests in Exchange Online.
85+
- OrgWideFBToken: Used for free/busy sharing between two tenants in Exchange Online. Only the default free/busy for each user can be requested. This option also requires you to set both TargetTenantId and TargetServiceEpr.
8686
- InternalProxy: The request is proxied to an Exchange server in the site that's running a later version of Exchange.
8787
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.
8888

@@ -221,7 +221,7 @@ Accept wildcard characters: False
221221

222222
> Applicable: Exchange Online, Exchange Online Protection
223223

224-
This parameter is available only in the cloud-based service.
224+
This parameter is available only in the cloud-based service and is only used when AccessMethod is OrgWideFBToken.
225225

226226
The TargetServiceEpr parameter specifies the Exchange Online Calendar Service URL of the external Microsoft 365 organization that you're trying to read free/busy information from. Valid values are:
227227

@@ -245,7 +245,7 @@ Accept wildcard characters: False
245245

246246
> Applicable: Exchange Online, Exchange Online Protection
247247

248-
This parameter is available only in the cloud-based service.
248+
This parameter is available only in the cloud-based service and is only used when AccessMethod is OrgWideFBToken.
249249

250250
The TargetTenantID parameter specifies the tenant ID of the external Microsoft 365 organization that you're trying to read free/busy information from.
251251

0 commit comments

Comments
 (0)