File tree Expand file tree Collapse file tree 2 files changed +63
-1
lines changed Expand file tree Collapse file tree 2 files changed +63
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
36
36
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
37
37
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
38
38
[-MeetingInviteLanguages <String>] [-AllowNetworkConfigurationSettingsLookup <Boolean>] [-LiveStreamingMode <String>] [-AllowedStreamingMediaInput <String>]
39
+ [-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>]
39
40
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
40
41
```
41
42
@@ -1037,6 +1038,36 @@ Accept pipeline input: False
1037
1038
Accept wildcard characters : False
1038
1039
` ` `
1039
1040
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
+
1040
1071
## INPUTS
1041
1072
1042
1073
### None
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
38
38
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
39
39
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>]
40
40
[-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>]
42
43
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
43
44
```
44
45
@@ -1107,6 +1108,36 @@ Accept pipeline input: False
1107
1108
Accept wildcard characters : False
1108
1109
` ` `
1109
1110
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
+
1110
1141
## INPUTS
1111
1142
1112
1143
### System.Management.Automation.PSObject
You can’t perform that action at this time.
0 commit comments