Skip to content

Commit 5727f53

Browse files
authored
Merge pull request #11541 from TariqSharif-MSFT/patch-4
Update Add-AvailabilityAddressSpace.md
2 parents 77c91eb + bda56fd commit 5727f53

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,21 @@ Add-AvailabilityAddressSpace -ForestName example.contoso.com -AccessMethod PerUs
6464

6565
This example is useful with a trusted cross-forest Availability service. The contoso.com forest trusts the current forest and uses the service account (typically the local system account or the computer account) to connect to the contoso.com forest. Because the service is trusted, there is no issue with authorization when the current forest tries to retrieve free/busy information from contoso.com.
6666

67+
### Example 4
68+
```powershell
69+
Add-AvailabilityAddressSpace -ForestName contoso.contoso.com -AccessMethod OrgWideFBToken -TargetTenantId "9d341953-da1f-41b0-8810-76d6ef905273" -TargetServiceEpr "outlook.office.com"
70+
```
71+
72+
This example sets up the sharing of free/busy information in Exchange Online. You're requesting to read free/busy information of contoso.com (tenant ID value 9d341953-da1f-41b0-8810-76d6ef905273), and contoso.com is a regular Microsoft 365 organization.
73+
6774
## PARAMETERS
6875

6976
### -AccessMethod
7077
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:
7178

7279
- 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.
7380
- 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.
74-
- OrgWideFBBasic: This value is reserved for internal Microsoft use.
81+
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
7582
- InternalProxy: The request is proxied to an Exchange in the site that has a later version of Exchange.
7683
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.
7784

@@ -198,7 +205,11 @@ Accept wildcard characters: False
198205
### -TargetServiceEpr
199206
This parameter is available only in the cloud-based service.
200207

201-
{{ Fill TargetServiceEpr Description }}
208+
The TargetServiceEpr parameter specificies the Exchange Online Calendar Service URL of the external organization whose free/busy informaton you're trying to read. Valid values are:
209+
210+
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211+
- Office 365 operated by 21Vianet: partner.outlook.cn
212+
- Microsoft 365 GCC High or DoD: outlook.office365.us
202213

203214
```yaml
204215
Type: String
@@ -216,7 +227,7 @@ Accept wildcard characters: False
216227
### -TargetTenantId
217228
This parameter is available only in the cloud-based service.
218229

219-
{{ Fill TargetTenantId Description }}
230+
The TargetTenantID parameter specifies the tenant ID of the target tenant whose free/busy informaton you're trying to read.
220231

221232
```yaml
222233
Type: String

0 commit comments

Comments
 (0)