File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ schema: 2.0.0
11
11
The CsTeamsMeetingPolicy cmdlets enable administrators to control the type of meetings that users can create or the features that they can access while in a meeting. It also helps determine how meetings deal with anonymous or external users
12
12
13
13
14
- Set-CsTeamsMeetingPolicy \[\[ -Identity\] \< XdsIdentity\>\] \[ -Tenant \< guid\>\] \[ -Description \< string\>\] \[ -AllowChannelMeetingScheduling \< bool\>\] \[ -AllowMeetNow \< bool\>\] \[ -AllowIPVideo \< bool\>\] \[ -AllowAnonymousUsersToDialOut \< bool\>\] \[ -AllowAnonymousUsersToStartMeeting \< bool\>\] \[ -AllowPrivateMeetingScheduling \< bool\>\] \[ -AutoAdmittedUsers \< string\>\] \[ -AllowCloudRecording \< bool\>\] \[ -AllowOutlookAddIn \< bool\>\] \[ -AllowPowerPointSharing \< bool\>\] \[ -AllowParticipantGiveRequestControl \< bool\>\] \[ -AllowExternalParticipantGiveRequestControl \< bool\>\] \[ -AppDesktopSharingMode \< string\>\] \[ -AllowSharedNotes \< bool\>\] \[ -AllowWhiteboard \< bool\>\] \[ -AllowTranscription \< bool\>\] \[ -MediaBitRateKb \< uint32\>\] \[ -ScreenSharingMode \< string\>\] \[ -Force\] \[ -WhatIf\] \[ -Confirm\] \[\< CommonParameters\>\]
15
-
16
- Set-CsTeamsMeetingPolicy \[ -Tenant \< guid\>\] \[ -Description \< string\>\] \[ -AllowChannelMeetingScheduling \< bool\>\] \[ -AllowMeetNow \< bool\>\] \[ -AllowIPVideo \< bool\>\] \[ -AllowAnonymousUsersToDialOut \< bool\>\] \[ -AllowAnonymousUsersToStartMeeting \< bool\>\] \[ -AllowPrivateMeetingScheduling \< bool\>\] \[ -AutoAdmittedUsers \< string\>\] \[ -AllowCloudRecording \< bool\>\] \[ -AllowOutlookAddIn \< bool\>\] \[ -AllowPowerPointSharing \< bool\>\] \[ -AllowParticipantGiveRequestControl \< bool\>\] \[ -AllowExternalParticipantGiveRequestControl \< bool\>\] \[ -AppDesktopSharingMode \< string\>\] \[ -AllowSharedNotes \< bool\>\] \[ -AllowWhiteboard \< bool\>\] \[ -AllowTranscription \< bool\>\] \[ -MediaBitRateKb \< uint32\>\] \[ -ScreenSharingMode \< string\>\] \[ -Instance \< psobject\>\] \[ -Force\] \[ -WhatIf\] \[ -Confirm\] \[\< CommonParameters\>\]
17
-
18
14
## SYNTAX
19
15
20
16
```
@@ -29,6 +25,14 @@ Set-CsTeamsMeetingPolicy [-AppDesktopSharingMode <Object>] [-Description <Object
29
25
[-AllowExternalParticipantGiveRequestControl <Object>] [-AsJob]
30
26
```
31
27
28
+ ```
29
+ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>] [-Tenant <guid>] [-Description <string>] [-AllowChannelMeetingScheduling <bool>] [-AllowMeetNow <bool>] [-AllowIPVideo <bool>] [-AllowAnonymousUsersToDialOut <bool>] [-AllowAnonymousUsersToStartMeeting <bool>] [-AllowPrivateMeetingScheduling <bool>] [-AutoAdmittedUsers <string>] [-AllowCloudRecording <bool>] [-AllowOutlookAddIn <bool>] [-AllowPowerPointSharing <bool>] [-AllowParticipantGiveRequestControl <bool>] [-AllowExternalParticipantGiveRequestControl <bool>] [-AppDesktopSharingMode <string>] [-AllowSharedNotes <bool>] [-AllowWhiteboard <bool>] [-AllowTranscription <bool>] [-MediaBitRateKb <uint32>] [-ScreenSharingMode <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
30
+ ```
31
+
32
+ ```
33
+ Set-CsTeamsMeetingPolicy [-Tenant <guid>] [-Description <string>] [-AllowChannelMeetingScheduling <bool>] [-AllowMeetNow <bool>] [-AllowIPVideo <bool>] [-AllowAnonymousUsersToDialOut <bool>] [-AllowAnonymousUsersToStartMeeting <bool>] [-AllowPrivateMeetingScheduling <bool>] [-AutoAdmittedUsers <string>] [-AllowCloudRecording <bool>] [-AllowOutlookAddIn <bool>] [-AllowPowerPointSharing <bool>] [-AllowParticipantGiveRequestControl <bool>] [-AllowExternalParticipantGiveRequestControl <bool>] [-AppDesktopSharingMode <string>] [-AllowSharedNotes <bool>] [-AllowWhiteboard <bool>] [-AllowTranscription <bool>] [-MediaBitRateKb <uint32>] [-ScreenSharingMode <string>] [-Instance <psobject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
34
+
35
+ ```
32
36
## DESCRIPTION
33
37
The CsTeamsMeetingPolicy cmdlets enable administrators to control the type of meetings that users can create or the features that they can access while in a meeting. It also helps determine how meetings deal with anonymous or external users
34
38
You can’t perform that action at this time.
0 commit comments