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/New-AvailabilityConfig.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
Use the New-AvailabilityConfig cmdlet to create an availability configuration. An availability configuration specifies a set of tenant ids representing organizations to exchange free/busy information with.
17
+
Use the New-AvailabilityConfig cmdlet to create an availability configuration. An availability configuration specifies the Microsoft 365 organizations to exchange free/busy information with.
18
18
19
19
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
20
20
@@ -24,6 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
24
24
New-AvailabilityConfig
25
25
[-AllowedTenantIds <MultiValuedProperty>]
26
26
[-Confirm]
27
+
[-OrgWideAccount <SecurityPrincipalIdParameter>]
27
28
[-WhatIf]
28
29
[<CommonParameters>]
29
30
```
@@ -35,16 +36,15 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
This example creates a new availability configuration. In this example it is allowed to share free/busy information with the two other tenants as represented by the ids.
42
+
This example creates a new availability configurationto share free/busy information with the specified Microsoft 365 organizations.
42
43
43
44
## PARAMETERS
44
45
45
-
46
46
### -AllowedTenantIds
47
-
A comma seperated string with GUIDs representing the tenant ids of organization with home the free/busy information is shared with. A maximum of 25 tenant ids can specified.
47
+
The AllowedTenantIds parameter specifies the tenant ID value of Microsoft 365 organization that you want to share free/busy information with (for example, d6b0a40e-029b-43f2-9852-f3724f68ead9). You can specifiy multiple values separated by commas. A maximum of 25 values are allowed.
48
48
49
49
```yaml
50
50
Type: MultiValuedProperty
@@ -78,6 +78,22 @@ Accept pipeline input: False
78
78
Accept wildcard characters: False
79
79
```
80
80
81
+
### -OrgWideAccount
82
+
This parameter is reserved for internal Microsoft use.
83
+
84
+
```yaml
85
+
Type: SecurityPrincipalIdParameter
86
+
Parameter Sets: (All)
87
+
Aliases:
88
+
Applicable: Exchange Online
89
+
90
+
Required: False
91
+
Position: Named
92
+
Default value: None
93
+
Accept pipeline input: False
94
+
Accept wildcard characters: False
95
+
```
96
+
81
97
### -WhatIf
82
98
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
0 commit comments