Skip to content

Commit 7137354

Browse files
Update Add-AvailabilityAddressSpace.md
Updates to cmdlet based on changes to free/busy sharing using new auth type
1 parent 89669e9 commit 7137354

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,22 @@ 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 example.contoso.com -AccessMethod OrgWideFBToken -TargetTenantId “9d341953-da1f-41b0-8810-76d6ef905273" -TargetServiceEpr “outlook.office.com”
70+
71+
```
72+
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.
74+
6775
## PARAMETERS
6876

6977
### -AccessMethod
7078
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:
7179

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

@@ -196,9 +204,12 @@ Accept wildcard characters: False
196204
```
197205

198206
### -TargetServiceEpr
199-
This parameter is available only in the cloud-based service.
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
200209

201-
{{ Fill TargetServiceEpr Description }}
210+
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211+
- Office 365 operated by 21Vianet: partner.outlook.cn
212+
- Microsoft 365 DoD or GCC High: outlook.office365.us
202213

203214
```yaml
204215
Type: String
@@ -214,9 +225,9 @@ Accept wildcard characters: False
214225
```
215226

216227
### -TargetTenantId
217-
This parameter is available only in the cloud-based service.
228+
This parameter is available only in Exchange Online.
218229

219-
{{ Fill TargetTenantId Description }}
230+
The TargetTenantID parameter specifies the tenant ID of the target target whose free/busy data must be retrieved
220231

221232
```yaml
222233
Type: String

0 commit comments

Comments
 (0)