Skip to content

Commit 87090d3

Browse files
authored
Merge pull request #11232 from doochan2/patch-1
Update New-CsTeamsMeetingPolicy.md
2 parents a2fdc77 + 37cd5e2 commit 87090d3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

skype/skype-ps/skype/New-CsTeamsMeetingPolicy.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3636
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
3737
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
3838
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
39-
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording] [-ExternalMeetingJoin <String>]
39+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording] [-ExternalMeetingJoin <String>] [-CopyRestriction <Boolean>]
4040
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4141
```
4242

@@ -417,6 +417,21 @@ Accept pipeline input: False
417417
Accept wildcard characters: False
418418
```
419419
420+
### -CopyRestriction
421+
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.
422+
423+
```yaml
424+
Type: Boolean
425+
Parameter Sets: (All)
426+
Aliases:
427+
428+
Required: False
429+
Position: Named
430+
Default value: TRUE
431+
Accept pipeline input: False
432+
Accept wildcard characters: False
433+
```
434+
420435
### -Confirm
421436
Prompts you for confirmation before running the cmdlet.
422437

0 commit comments

Comments
 (0)