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
Use this to pipe a specific calling policy to be set. You can only modify the global policy, so can only pass the global instance of the Calling Policy.
142
+
Use this to pipe a specific calling policy to be set. You can only modify the global policy, so can only pass the global instance of the Calling Policy.
Enables inbound calls to be routed to voice mail. Valid options are: AlwaysEnabled, AlwaysDisabled, UserOverride.
248
+
Enables inbound calls to be routed to voice mail. Valid options are: AlwaysEnabled, AlwaysDisabled, UserOverride.
255
249
256
250
```yaml
257
251
Type: String
@@ -264,7 +258,7 @@ Default value: None
264
258
Accept pipeline input: False
265
259
Accept wildcard characters: False
266
260
```
267
-
### -allowCloudRecordingForCalls
261
+
### -AllowCloudRecordingForCalls
268
262
Determines whether cloud recording is allowed in a user's 1:1 call. Set this to TRUE to allow the user to be able to record 1:1 calls. Set this to FALSE to prohibit the user from recording 1:1 calls.
269
263
270
264
```yaml
@@ -331,7 +325,7 @@ Possible values
331
325
- Disabled
332
326
- UserOverride
333
327
334
-
[!NOTE] This parameter is not available for use.
328
+
**Note**: This parameter is not available for use.
335
329
336
330
```yaml
337
331
Type: Object
@@ -345,6 +339,21 @@ Accept pipeline input: False
345
339
Accept wildcard characters: False
346
340
```
347
341
342
+
### -AutoAnswerEnabledType
343
+
Setting this parameter allows you to enable or disable auto answer for incoming meeting invites. It is turned off by default. Valid options are Enabled and Disabled. This setting applies only to incoming meeting invites and does not include support for other call types.
344
+
345
+
```yaml
346
+
Type: Enum
347
+
Parameter Sets: (All)
348
+
Aliases:
349
+
350
+
Required: False
351
+
Position: Named
352
+
Default value: Disabled
353
+
Accept pipeline input: False
354
+
Accept wildcard characters: False
355
+
```
356
+
348
357
### CommonParameters
349
358
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
350
359
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments