Skip to content

Commit 3580103

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent 1e90366 commit 3580103

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ schema: 2.0.0
1111
 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
1212

1313

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-
1814
## SYNTAX
1915

2016
```
@@ -29,6 +25,14 @@ Set-CsTeamsMeetingPolicy [-AppDesktopSharingMode <Object>] [-Description <Object
2925
[-AllowExternalParticipantGiveRequestControl <Object>] [-AsJob]
3026
```
3127

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+
```
3236
## DESCRIPTION
3337
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
3438

0 commit comments

Comments
 (0)