Skip to content

Commit e72baae

Browse files
authored
Merge pull request #11144 from saleens7/saleens7-patch-1
Note that -AllowLocalRecording is for Microsoft internal use only
2 parents 9bfd8b4 + 1aa691a commit e72baae

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

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

Lines changed: 15 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>]
39+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording]
4040
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4141
```
4242

@@ -189,6 +189,20 @@ Type: Boolean
189189
Parameter Sets: (All)
190190
Aliases:
191191

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+
192206
Required: False
193207
Position: Named
194208
Default value: None

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

Lines changed: 15 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>]
42+
[-AllowWatermarkForScreenSharing <Boolean>] [-AllowWatermarkForCameraVideo <Boolean>] [-AllowLocalRecording <Boolean>]
4343
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
4444
```
4545

@@ -277,6 +277,20 @@ Accept pipeline input: False
277277
Accept wildcard characters: False
278278
```
279279
280+
### -AllowLocalRecording
281+
This parameter is reserved for internal Microsoft use.
282+
283+
```yaml
284+
Type: Boolean
285+
Parameter Sets: (All)
286+
Aliases:
287+
288+
Required: False
289+
Position: Named
290+
Default value: None
291+
Accept pipeline input: False
292+
Accept wildcard characters: False
293+
```
280294
281295
### -AllowMeetNow
282296
Determines whether a user can start ad-hoc meetings. Set this to TRUE to allow a user to start ad-hoc meetings. Set this to FALSE to prohibit the user from starting ad-hoc meetings.

0 commit comments

Comments
 (0)