Skip to content

Commit 454f4df

Browse files
committed
Update Add-AvailabilityAddressSpace.md
Consistency updates
1 parent 34805f8 commit 454f4df

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

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

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4545

4646
### Example 1
4747
```powershell
48-
Add-AvailabilityAddressSpace -ForestName example.contoso.com -AccessMethod OrgWideFB -Credentials (Get-Credential)
48+
Add-AvailabilityAddressSpace -ForestName contoso.com -AccessMethod OrgWideFB -Credentials (Get-Credential)
4949
```
5050

51-
This example is useful with an untrusted cross-forest Availability service, or if detailed cross-forest free/busy service isn't desired. Enter a username and password when you're prompted by the command. For an untrusted cross-forest configuration, make sure that the user doesn't have a mailbox.
51+
In on-premises Exchange, this example is useful with an untrusted cross-forest Availability service, or if detailed cross-forest free/busy service isn't desired. Enter a username and password when you're prompted by the command. For an untrusted cross-forest configuration, make sure that the user doesn't have a mailbox.
5252

5353
### Example 2
5454
```powershell
55-
Add-AvailabilityAddressSpace -ForestName example.contoso.com -AccessMethod PerUserFB -Credentials (Get-Credential)
55+
Add-AvailabilityAddressSpace -ForestName contoso.com -AccessMethod PerUserFB -Credentials (Get-Credential)
5656
```
5757

58-
This example is useful with a trusted cross-forest Availability service. The contoso.com forest trusts the current forest, and the specified account connects to the contoso.com forest. The specified account must be an existing account in the contoso.com forest.
58+
In on-premises Exchange, this example is useful with a trusted cross-forest Availability service. The contoso.com forest trusts the current forest, and the specified account connects to the contoso.com forest. The specified account must be an existing account in the contoso.com forest.
5959

6060
### Example 3
6161
```powershell
62-
Add-AvailabilityAddressSpace -ForestName example.contoso.com -AccessMethod PerUserFB -UseServiceAccount $true
62+
Add-AvailabilityAddressSpace -ForestName contoso.com -AccessMethod PerUserFB -UseServiceAccount $true
6363
```
6464

65-
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.
65+
In on-premises Exchange, 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

6767
### Example 4
6868
```powershell
69-
Add-AvailabilityAddressSpace -ForestName contoso.contoso.com -AccessMethod OrgWideFBToken -TargetTenantId "9d341953-da1f-41b0-8810-76d6ef905273" -TargetServiceEpr "outlook.office.com"
69+
Add-AvailabilityAddressSpace -ForestName contoso.onmicrosoft.com -AccessMethod OrgWideFBToken -TargetTenantId "9d341953-da1f-41b0-8810-76d6ef905273" -TargetServiceEpr "outlook.office.com"
7070
```
7171

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.
72+
In Exchange Online, this example sets up the sharing of free/busy information with contoso.onmicrosoft.com (tenant ID value 9d341953-da1f-41b0-8810-76d6ef905273), which is a regular Microsoft 365 organization.
7373

7474
## PARAMETERS
7575

@@ -79,7 +79,7 @@ The AccessMethod parameter specifies how the free/busy data is accessed. Valid v
7979
- 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.
8080
- 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.
8181
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
82-
- InternalProxy: The request is proxied to an Exchange in the site that has a later version of Exchange.
82+
- InternalProxy: The request is proxied to an Exchange server in the site that's running a later version of Exchange.
8383
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.
8484

8585
```yaml
@@ -96,7 +96,9 @@ Accept wildcard characters: False
9696
```
9797
9898
### -ForestName
99-
The ForestName parameter specifies the SMTP domain name of the target forest for users whose free/busy data must be retrieved. If your users are distributed among multiple SMTP domains in the target forest, run the Add-AvailabilityAddressSpace command once for each SMTP domain.
99+
The ForestName parameter specifies the SMTP domain name of the target forest that contains the users you're trying to read free/busy information from. If your users are distributed among multiple SMTP domains in the target forest, run the Add-AvailabilityAddressSpace command once for each SMTP domain.
100+
101+
that contains the users you're trying to read free/busy information from.
100102
101103
```yaml
102104
Type: String
@@ -169,7 +171,7 @@ Accept wildcard characters: False
169171
### -ProxyUrl
170172
This parameter is available only in on-premises Exchange.
171173

172-
The ProxyUrl parameter was used to specify the URL that directed an Exchange 2007 Client Access server to proxy its free/busy requests through an Exchange 2010 or Exchange 2013 Client Access server when requesting federated free/busy data for a user in another organization. When you used this parameter, you needed to set the value of the AccessMethod parameter to InternalProxy.
174+
The ProxyUrl parameter was used to specify the URL that directed an Exchange 2007 Client Access server to proxy free/busy requests through an Exchange 2010 or Exchange 2013 Client Access server when requesting federated free/busy data for a user in another organization. When you used this parameter, you needed to set the AccessMethod parameter value to InternalProxy.
173175

174176
This parameter required that you created the proper trust relationships and sharing relationships between the Exchange organizations. For more information, see [New-FederationTrust](https://learn.microsoft.com/powershell/module/exchange/new-federationtrust).
175177

@@ -187,7 +189,7 @@ Accept wildcard characters: False
187189
```
188190

189191
### -TargetAutodiscoverEpr
190-
The TargetAutodiscoverEpr parameter specifies the Autodiscover URL of Exchange Web Services for the external organization, for example, `https://contoso.com/autodiscover/autodiscover.xml`. Exchange uses Autodiscover to automatically detect the correct server endpoint for external requests.
192+
The TargetAutodiscoverEpr parameter specifies the Autodiscover URL of Exchange Web Services for the external organization that you're trying to read free/busy information from. For example, `https://contoso.com/autodiscover/autodiscover.xml`. Exchange uses Autodiscover to automatically detect the correct server endpoint for external requests.
191193

192194
```yaml
193195
Type: Uri
@@ -205,7 +207,7 @@ Accept wildcard characters: False
205207
### -TargetServiceEpr
206208
This parameter is available only in the cloud-based service.
207209

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:
210+
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:
209211

210212
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211213
- Office 365 operated by 21Vianet: partner.outlook.cn
@@ -227,7 +229,7 @@ Accept wildcard characters: False
227229
### -TargetTenantId
228230
This parameter is available only in the cloud-based service.
229231

230-
The TargetTenantID parameter specifies the tenant ID of the target tenant whose free/busy informaton you're trying to read.
232+
The TargetTenantID parameter specifies the tenant ID of the external Microsoft 365 organization that you're trying to read free/busy information from.
231233

232234
```yaml
233235
Type: String

0 commit comments

Comments
 (0)