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
+5-37Lines changed: 5 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ 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 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.
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).
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.
42
42
43
43
## PARAMETERS
44
44
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
-
```
77
45
78
46
### -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.
0 commit comments