Skip to content

Commit f1be772

Browse files
authored
Update New-AvailabilityConfig.md
1 parent 319cd67 commit f1be772

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

exchange/exchange-ps/exchange/New-AvailabilityConfig.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

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.
1818

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

@@ -24,6 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
New-AvailabilityConfig
2525
[-AllowedTenantIds <MultiValuedProperty>]
2626
[-Confirm]
27+
[-OrgWideAccount <SecurityPrincipalIdParameter>]
2728
[-WhatIf]
2829
[<CommonParameters>]
2930
```
@@ -35,16 +36,15 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3536

3637
### Example 1
3738
```powershell
38-
New-AvailabilityConfig -AllowedTenantIds "d6b0a40e-029b-43f2-9852-f3724f68ead9, 87d5bade-cefc-4067-a221-794aea71922d"
39+
New-AvailabilityConfig -AllowedTenantIds "d6b0a40e-029b-43f2-9852-f3724f68ead9","87d5bade-cefc-4067-a221-794aea71922d"
3940
```
4041

41-
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 configuration to share free/busy information with the specified Microsoft 365 organizations.
4243

4344
## PARAMETERS
4445

45-
4646
### -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.
4848

4949
```yaml
5050
Type: MultiValuedProperty
@@ -78,6 +78,22 @@ Accept pipeline input: False
7878
Accept wildcard characters: False
7979
```
8080

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+
8197
### -WhatIf
8298
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.
8399

0 commit comments

Comments
 (0)