Skip to content

Commit 319cd67

Browse files
Update New-AvailabilityConfig.md
update to the command let reflecting changes for free/busy sharing using tenant ids
1 parent 7a6ccb4 commit 319cd67

File tree

1 file changed

+5
-37
lines changed

1 file changed

+5
-37
lines changed

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

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ 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 an existing account that's used to exchange free/busy information between organizations.
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.
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

2121
## SYNTAX
2222

2323
```
24-
New-AvailabilityConfig -OrgWideAccount <SecurityPrincipalIdParameter>
24+
New-AvailabilityConfig
2525
[-AllowedTenantIds <MultiValuedProperty>]
2626
[-Confirm]
2727
[-WhatIf]
@@ -35,48 +35,16 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3535

3636
### Example 1
3737
```powershell
38-
New-AvailabilityConfig -OrgWideAccount "Tony Smith"
38+
New-AvailabilityConfig -AllowedTenantIds "d6b0a40e-029b-43f2-9852-f3724f68ead9, 87d5bade-cefc-4067-a221-794aea71922d"
3939
```
4040

41-
This example creates a new availability configuration. The existing account named Tony Smith will be used to exchange free/busy information between organizations.
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.
4242

4343
## PARAMETERS
4444

45-
### -OrgWideAccount
46-
The OrgWideAccount parameter specifies who has permission to issue proxy Availability service requests on an organization-wide basis. You can specify the following types of users or groups (security principals) for this parameter:
47-
48-
- Mailbox users
49-
- Mail users with a Microsoft account
50-
- Security groups
51-
52-
You can use any value that uniquely identifies the user or group. For example:
53-
54-
- Name
55-
- Alias
56-
- Distinguished name (DN)
57-
- Canonical DN
58-
- Domain\\Username
59-
- Email address
60-
- GUID
61-
- LegacyExchangeDN
62-
- SamAccountName
63-
- User ID or user principal name (UPN)
64-
65-
```yaml
66-
Type: SecurityPrincipalIdParameter
67-
Parameter Sets: (All)
68-
Aliases:
69-
Applicable: Exchange Online
70-
71-
Required: True
72-
Position: Named
73-
Default value: None
74-
Accept pipeline input: False
75-
Accept wildcard characters: False
76-
```
7745

7846
### -AllowedTenantIds
79-
{{ Fill AllowedTenantIds Description }}
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.
8048

8149
```yaml
8250
Type: MultiValuedProperty

0 commit comments

Comments
 (0)