Skip to content

Commit 8a58a5f

Browse files
authored
Update Add-AvailabilityAddressSpace.md
1 parent 59c2a0d commit 8a58a5f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 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 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.
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

@@ -221,14 +221,16 @@ Accept wildcard characters: False
221221

222222
> Applicable: Exchange Online, Exchange Online Protection
223223

224-
This parameter is available only in the cloud-based service and is only used when AccessMethod is OrgWideFBToken.
224+
This parameter is available only in the cloud-based service.
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

228228
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
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)
@@ -245,10 +247,12 @@ Accept wildcard characters: False
245247

246248
> Applicable: Exchange Online, Exchange Online Protection
247249

248-
This parameter is available only in the cloud-based service and is only used when AccessMethod is OrgWideFBToken.
250+
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)