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
Controls how external third-party automated bots and meeting assistants are handled when they attempt to join meetings. This policy provides predictable behavior and helps organizers apply intentional control for bot participation.
1249
+
1250
+
Possible Values:
1251
+
- **AllowAllBots**: Don't detect bots; allow them to join meetings directly.
1252
+
- **RequireApprovalWhenDetected**: When detected, require approval before joining by routing detected bots to the meeting lobby. This is the default value.
1253
+
- **BlockDetectedBots**: Block detected bots from joining meetings.
1254
+
1255
+
```yaml
1256
+
Type: String
1257
+
Parameter Sets: (All)
1258
+
Aliases:
1259
+
1260
+
Required: False
1261
+
Position: Named
1262
+
Default value: RequireApprovalWhenDetected
1263
+
Accept pipeline input: False
1264
+
Accept wildcard characters: False
1265
+
```
1266
+
1245
1267
### -Force
1246
1268
Specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the switch isn't provided in the command, you're prompted for administrative input if required.
Determines the mode in which a user can share a screen in calls or meetings. Set this to SingleApplication to allow the user to share an application at a given point in time. Set this to EntireScreen to allow the user to share anything on their screens. Set this to Disabled to prohibit the user from sharing their screens.
1716
+
Determines the mode in which a user can share a screen in calls or meetings. Set this to SingleApplication to allow the user to share an application at a given point in time. Set this to EntireScreen to allow the user to share anything on their screens. Set this to Disabled to prohibit the user from sharing their screens.
Controls how external third-party automated bots and meeting assistants are handled when they attempt to join meetings. This policy provides predictable behavior and helps organizers apply intentional control for bot participation.
1299
+
1300
+
Possible Values:
1301
+
- **AllowAllBots**: Don't detect bots; allow them to join meetings directly.
1302
+
- **RequireApprovalWhenDetected**: When detected, require approval before joining by routing detected bots to the meeting lobby. This is the default value.
1303
+
- **BlockDetectedBots**: Block detected bots from joining meetings.
1304
+
1305
+
```yaml
1306
+
Type: String
1307
+
Parameter Sets: (All)
1308
+
Aliases:
1309
+
1310
+
Required: False
1311
+
Position: Named
1312
+
Default value: RequireApprovalWhenDetected
1313
+
Accept pipeline input: False
1314
+
Accept wildcard characters: False
1315
+
```
1316
+
1295
1317
### -Force
1296
1318
Specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the switch isn't provided in the command, you're prompted for administrative input if required.
0 commit comments