Skip to content

Commit 533ee06

Browse files
authored
Merge pull request MicrosoftDocs#10619 from jbelford/main
Update TeamsMeetingPolicy commands with WM settings
2 parents e5a0997 + e9a6859 commit 533ee06

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +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>]
3940
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4041
```
4142

@@ -1037,6 +1038,36 @@ Accept pipeline input: False
10371038
Accept wildcard characters: False
10381039
```
10391040
1041+
### -AllowWatermarkForScreenSharing
1042+
This setting allows scheduling meetings with watermarking for screen sharing enabled.
1043+
1044+
```yaml
1045+
Type: Boolean
1046+
Parameter Sets: (All)
1047+
Aliases:
1048+
1049+
Required: False
1050+
Position: Named
1051+
Default value: False
1052+
Accept pipeline input: False
1053+
Accept wildcard characters: False
1054+
```
1055+
1056+
### -AllowWatermarkForCameraVideo
1057+
This setting allows scheduling meetings with watermarking for video enabled.
1058+
1059+
```yaml
1060+
Type: Boolean
1061+
Parameter Sets: (All)
1062+
Aliases:
1063+
1064+
Required: False
1065+
Position: Named
1066+
Default value: False
1067+
Accept pipeline input: False
1068+
Accept wildcard characters: False
1069+
```
1070+
10401071
## INPUTS
10411072
10421073
### None

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

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3838
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
3939
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
4040
[-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-ChannelRecordingDownload <String>] [-NewMeetingRecordingExpirationDays <Int32>]
41-
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
41+
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
42+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>]
4243
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4344
```
4445

@@ -1107,6 +1108,36 @@ Accept pipeline input: False
11071108
Accept wildcard characters: False
11081109
```
11091110
1111+
### -AllowWatermarkForScreenSharing
1112+
This setting allows scheduling meetings with watermarking for screen sharing enabled.
1113+
1114+
```yaml
1115+
Type: Boolean
1116+
Parameter Sets: (All)
1117+
Aliases:
1118+
1119+
Required: False
1120+
Position: Named
1121+
Default value: False
1122+
Accept pipeline input: False
1123+
Accept wildcard characters: False
1124+
```
1125+
1126+
### -AllowWatermarkForCameraVideo
1127+
This setting allows scheduling meetings with watermarking for video enabled.
1128+
1129+
```yaml
1130+
Type: Boolean
1131+
Parameter Sets: (All)
1132+
Aliases:
1133+
1134+
Required: False
1135+
Position: Named
1136+
Default value: False
1137+
Accept pipeline input: False
1138+
Accept wildcard characters: False
1139+
```
1140+
11101141
## INPUTS
11111142
11121143
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)