Skip to content

Commit 41d93a9

Browse files
Update Get-AvailabilityConfig.md
Changes to the cmdlet for updates to free/busy sharing based on Tenant ids
1 parent 7a6ccb4 commit 41d93a9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ 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 retrieve the accounts that are trusted in the cross-forest exchange of free/busy information.
18+
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.
1820

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

@@ -27,7 +29,7 @@ Get-AvailabilityConfig [[-Identity] <OrganizationIdParameter>]
2729
```
2830

2931
## DESCRIPTION
30-
The Get-AvailabilityConfig cmdlet lists the accounts that have permissions to issue proxy availability service requests on an organizational or per-user basis.
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.
3133

3234
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).
3335

@@ -38,14 +40,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3840
Get-AvailabilityConfig
3941
```
4042

41-
This example retrieves the accounts that are trusted in the cross-forest exchange of free/busy information.
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.
4244

4345
### Example 2
4446
```powershell
4547
Get-AvailabilityConfig -Identity <AvailabilityConfig Value>
4648
```
4749

48-
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.
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.
4951

5052
## PARAMETERS
5153

0 commit comments

Comments
 (0)