File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +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
+ [-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording]
40
40
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
41
41
```
42
42
@@ -189,6 +189,20 @@ Type: Boolean
189
189
Parameter Sets : (All)
190
190
Aliases :
191
191
192
+ Required : False
193
+ Position : Named
194
+ Default value : None
195
+ Accept pipeline input : False
196
+ Accept wildcard characters : False
197
+ ` ` `
198
+ ### -AllowLocalRecording
199
+ This parameter is reserved for internal Microsoft use.
200
+
201
+ ` ` ` yaml
202
+ Type : Boolean
203
+ Parameter Sets : (All)
204
+ Aliases :
205
+
192
206
Required : False
193
207
Position : Named
194
208
Default value : None
You can’t perform that action at this time.
0 commit comments