Skip to content

Commit a2fdc77

Browse files
authored
Merge pull request #11233 from doochan2/patch-4
Update Set-CsTeamsMeetingPolicy.md
2 parents 5eeec39 + cf907e7 commit a2fdc77

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
4141
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
42-
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording <Boolean>] [-ExternalMeetingJoin <String>]
42+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording <Boolean>] [-ExternalMeetingJoin <String>] [-CopyRestriction <Boolean>]
4343
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4444
```
4545

@@ -1152,6 +1152,22 @@ Accept pipeline input: False
11521152
Accept wildcard characters: False
11531153
```
11541154
1155+
### -CopyRestriction
1156+
This parameter enables a setting that controls a meeting option which allows users to disable right-click or Ctrl+C to copy, Copy link, Forward message, and Share to Outlook for meeting chat messages.
1157+
1158+
```yaml
1159+
Type: Boolean
1160+
Parameter Sets: (All)
1161+
Aliases:
1162+
1163+
Required: False
1164+
Position: Named
1165+
Default value: TRUE
1166+
Accept pipeline input: False
1167+
Accept wildcard characters: False
1168+
```
1169+
1170+
11551171
### -ExternalMeetingJoin
11561172
Determines whether the user is allowed to join external meetings.
11571173

0 commit comments

Comments
 (0)