Skip to content

Commit e592569

Browse files
authored
Update Add-AvailabilityAddressSpace.md
1 parent 7137354 commit e592569

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ This example is useful with a trusted cross-forest Availability service. The con
6666

6767
### Example 4
6868
```powershell
69-
Add-AvailabilityAddressSpace -ForestName example.contoso.com -AccessMethod OrgWideFBToken -TargetTenantId “9d341953-da1f-41b0-8810-76d6ef905273" -TargetServiceEpr “outlook.office.com”
70-
69+
Add-AvailabilityAddressSpace -ForestName contoso.contoso.com -AccessMethod OrgWideFBToken -TargetTenantId "9d341953-da1f-41b0-8810-76d6ef905273" -TargetServiceEpr "outlook.office.com"
7170
```
7271

73-
This example is for setting up sharing of free/busy information for Exchange Online. In this example you are requesting to read free/busy information of example.contoso.com with tenant ID 9d341953-da1f-41b0-8810-76d6ef905273 represtend by ForestName and TargetTenantID parameters. TargetServiceEpr is set to Exchange Online endpoint depending on where the requested tenant is loated in the cloud.
72+
This example sets up the sharing of free/busy information for Exchange Online. In this example, you're requesting to read free/busy information of contoso.contoso.com (tenant ID value 9d341953-da1f-41b0-8810-76d6ef905273), and contoso.com is a regular Microsoft 365 organization.
7473

7574
## PARAMETERS
7675

@@ -79,7 +78,7 @@ The AccessMethod parameter specifies how the free/busy data is accessed. Valid v
7978

8079
- 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.
8180
- 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.
82-
- OrgWideFBBasic: Only specified for free/busy sharing between tenants that are all in Exchange Online.
81+
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
8382
- InternalProxy: The request is proxied to an Exchange in the site that has a later version of Exchange.
8483
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.
8584

@@ -204,12 +203,13 @@ Accept wildcard characters: False
204203
```
205204

206205
### -TargetServiceEpr
207-
The TargetServiceEPR parameter specificies the Exchange Online Calendar Service URL of the external organization whose free/busy informaton you are trying to read.
208-
The following are the Exchange Online Calendar Service URLs for external organization in different Exchange Online environments
206+
This parameter is available only in the cloud-based service.
207+
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:
209209

210210
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211211
- Office 365 operated by 21Vianet: partner.outlook.cn
212-
- Microsoft 365 DoD or GCC High: outlook.office365.us
212+
- Microsoft 365 GCC High or DoD: outlook.office365.us
213213

214214
```yaml
215215
Type: String
@@ -225,9 +225,9 @@ Accept wildcard characters: False
225225
```
226226

227227
### -TargetTenantId
228-
This parameter is available only in Exchange Online.
228+
This parameter is available only in the cloud-based service.
229229

230-
The TargetTenantID parameter specifies the tenant ID of the target target whose free/busy data must be retrieved
230+
The TargetTenantID parameter specifies the tenant ID of the target tenant whose free/busy informaton you're trying to read.
231231

232232
```yaml
233233
Type: String

0 commit comments

Comments
 (0)