Skip to content

Commit 2fdc910

Browse files
authored
Merge pull request #12990 from alexcotsalas/patch-2
Update Add-AvailabilityAddressSpace to clarify configurations for relationships between online tenants
2 parents aa7b162 + d9e07b9 commit 2fdc910

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 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 value 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 value also requires you to set both the TargetTenantId and TargetServiceEpr parameters.
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

@@ -229,6 +229,8 @@ The TargetServiceEpr parameter specifies the Exchange Online Calendar Service UR
229229
- Office 365 operated by 21Vianet: partner.outlook.cn
230230
- Microsoft 365 GCC High or DoD: outlook.office365.us
231231

232+
You use this parameter only when the AccessMethod parameter value is OrgWideFBToken.
233+
232234
```yaml
233235
Type: String
234236
Parameter Sets: (All)
@@ -249,6 +251,8 @@ This parameter is available only in the cloud-based service.
249251

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

254+
You use this parameter only when the AccessMethod parameter value is OrgWideFBToken.
255+
252256
```yaml
253257
Type: String
254258
Parameter Sets: (All)

0 commit comments

Comments
 (0)