You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-AvailabilityConfig.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
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.
16
16
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.
18
+
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.
18
22
19
23
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
The Get-AvailabilityConfig cmdlet lists the accounts 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.
31
35
32
36
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).
33
37
@@ -38,19 +42,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
38
42
Get-AvailabilityConfig
39
43
```
40
44
41
-
This example retrieves the accounts that are trusted in the cross-forest exchange of free/busy information.
In on-premises Exchange, this example returns the accounts that are trusted in the cross-forest shared of free/busy information.
47
46
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.
47
+
In Exchange Online, this examples returns the tenant IDs that free/busy informationis being shared with.
49
48
50
49
## PARAMETERS
51
50
52
51
### -Identity
53
-
The Identity parameter specifies the availability configuration to be retrieved.
52
+
This parameter is unnecessary. Each organization has only one availability configuration object named Availability Configuration.
0 commit comments