Skip to content

Commit 1aa691a

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent 7462ed0 commit 1aa691a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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)