Skip to content

Commit 07d8efe

Browse files
authored
Update Get-AvailabilityConfig.md
1 parent 41d93a9 commit 07d8efe

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

exchange/exchange-ps/exchange/Get-AvailabilityConfig.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1616

17-
Use the Get-AvailabilityConfig cmdlet to retrieve the accounts that are trusted in the cross-forest exchange of free/busy information.
17+
Use the Get-AvailabilityConfig cmdlet to view information about the sharing of free/busy information in the organization.
1818

19-
For Exchange Online use the Get-AvailabilityConfig cmdlet to retrieve the tenant ids of organizations with whome the free/busy information is being shared with.
19+
In on-premises Exchange, the cmdlet returns the accounts that are trusted in the cross-forest sharing of free/busy information.
20+
21+
In Exchange Online, the cmdlet returns the tenant IDs of organizations that free/busy information is being shared with.
2022

2123
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2224

@@ -29,7 +31,7 @@ Get-AvailabilityConfig [[-Identity] <OrganizationIdParameter>]
2931
```
3032

3133
## DESCRIPTION
32-
The Get-AvailabilityConfig cmdlet lists the accounts or tenant ids (for Exchange Online) that have permissions to issue proxy availability service requests on an organizational or per-user basis.
34+
The Get-AvailabilityConfig cmdlet lists the accounts or tenant IDs that have permissions to issue proxy availability service requests on an organizational or per-user basis.
3335

3436
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3537

@@ -40,19 +42,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4042
Get-AvailabilityConfig
4143
```
4244

43-
This example retrieves the accounts that are trusted in the cross-forest exchange of free/busy information. For Exchange Online this examples retrieves the list of tenant ids with whome the Free/Busy information is being shared with.
44-
45-
### Example 2
46-
```powershell
47-
Get-AvailabilityConfig -Identity <AvailabilityConfig Value>
48-
```
45+
In on-premises Exchange, this example returns the accounts that are trusted in the cross-forest sharing of free/busy information.
4946

50-
This example retrieves the accounts that are trusted in the cross-forest exchange of free/busy information. This example is scoped to return only the results of the specified Identity parameter. For Exchange Online this examples retrieves the list of tenant ids with whome the Free/Busy information is being shared with.
47+
In Exchange Online, this examples returns the tenant IDs that free/busy information is being shared with.
5148

5249
## PARAMETERS
5350

5451
### -Identity
55-
The Identity parameter specifies the availability configuration to be retrieved.
52+
This parameter is unnecessary. Each organization has only one availability config object named Availability Configuration.
5653

5754
```yaml
5855
Type: OrganizationIdParameter

0 commit comments

Comments
 (0)