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
@@ -75,6 +58,56 @@ This example defines the contact information to be used in dial-in conferencing
75
58
76
59
## PARAMETERS
77
60
61
+
### -AllowedDialOutExternalDomains
62
+
63
+
Used to specify which external domains are allowed for dial-out conferencing.
64
+
65
+
```yaml
66
+
Type: Object
67
+
Parameter Sets: (All)
68
+
Aliases:
69
+
70
+
Required: False
71
+
Position: Named
72
+
Default value: None
73
+
Accept pipeline input: False
74
+
Accept wildcard characters: False
75
+
```
76
+
77
+
### -AllowFederatedUsersToDialOutToSelf
78
+
79
+
Meeting participants can call themselves when they join a meeting. Possible settings are [No|Yes|RequireSameEnterpriseUser].
80
+
This parameter is Microsoft internal use only.
81
+
82
+
```yaml
83
+
Type: String
84
+
Parameter Sets: (All)
85
+
Aliases:
86
+
87
+
Required: False
88
+
Position: Named
89
+
Default value: None
90
+
Accept pipeline input: False
91
+
Accept wildcard characters: False
92
+
```
93
+
94
+
### -AllowFederatedUsersToDialOutToThirdParty
95
+
96
+
Specifies at this scope if dial out to third party participants is allowed. Possible settings are [No|Yes|RequireSameEnterpriseUser].
97
+
This parameter is Microsoft internal use only.
98
+
99
+
```yaml
100
+
Type: String
101
+
Parameter Sets: (All)
102
+
Aliases:
103
+
104
+
Required: False
105
+
Position: Named
106
+
Default value: None
107
+
Accept pipeline input: False
108
+
Accept wildcard characters: False
109
+
```
110
+
78
111
### -AllowPSTNOnlyMeetingsByDefault
79
112
Specifies the default value that gets assigned to the "AllowPSTNOnlyMeetings" setting of users when they are enabled for dial-in conferencing, or when a user's dial-in conferencing provider is set to Microsoft.
80
113
If set to $true, the "AllowPSTNOnlyMeetings" setting of the user will also be set to true.
Specifies if meetings of users in the tenant should automatically be rescheduled via the Meeting Migration Service when there's a change in the users' Cloud PSTN Confernecing coordinates, e.g. when a user is provisioned, de-provisoned, assigned a new default service number etc. If this is false, users will need to manually migrate their conferences using the Meeting Migration tool.
Specifies if a user already enabled for a 3rd party Audio Conferencing Provider (ACP) should automatically be converted to Microsoft's Online DialIn Conferencing service when a license for Microsoft's service is assigned to the user. If this is false, tenant admins will need to manually provision the user with the Enable-CsOnlineDialInConferencingUser cmdlet with the -ReplaceProvider switch present.
122
159
PARAMVALUE: $true | $false
123
160
124
161
```yaml
@@ -176,7 +213,24 @@ Accept pipeline input: False
176
213
Accept wildcard characters: False
177
214
```
178
215
216
+
### -EnableDialOutJoinConfirmation
217
+
218
+
Specifies if the callees need to confirm to join the conference call. If true, the callees will hear prompts to ask for confirmation to join the conference call, otherwise callees will join the conference call directly.
219
+
220
+
```yaml
221
+
Type: Boolean
222
+
Parameter Sets: (All)
223
+
Aliases:
224
+
225
+
Required: False
226
+
Position: Named
227
+
Default value: None
228
+
Accept pipeline input: False
229
+
Accept wildcard characters: False
230
+
```
231
+
179
232
### -EnableEntryExitNotifications
233
+
180
234
Specifies if, by default, announcements are made as users enter and exit a conference call.
181
235
Set to $true to enable notifications, $false to disable notifications.
Specifies whether service numbers assigned to the tenant should be migrated to the new forest of the tenant when the tenant is migrated cross region. If false, service numbers will be released back to stock once the migration completes. This settings does not apply to ported-in numbers that are always migrated.
301
360
PARAMVALUE: $true | $false
302
361
303
362
```yaml
@@ -313,6 +372,22 @@ Accept pipeline input: False
313
372
Accept wildcard characters: False
314
373
```
315
374
375
+
### -MsftInternalProcessingMode
376
+
377
+
For Microsoft internal use only.
378
+
379
+
```yaml
380
+
Type: String
381
+
Parameter Sets: (All)
382
+
Aliases:
383
+
384
+
Required: False
385
+
Position: Named
386
+
Default value: None
387
+
Accept pipeline input: False
388
+
Accept wildcard characters: False
389
+
```
390
+
316
391
### -PinLength
317
392
Specifies the number of digits in the automatically generated PINs.
318
393
Organizers can enter their PIN to start a meeting they scheduled if they join via phone and are the first person to join.
0 commit comments