Skip to content

Commit 59f7829

Browse files
authored
Merge pull request #8484 from dariomws/patch-251
Update MeetingRecordingExpirationDays in New-CsTeamsMeetingPolicy.md
2 parents 77422cb + d1c52d8 commit 59f7829

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ New-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3232
[-AllowBreakoutRooms <String] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>] [-MeetingChatEnabledType <String>]
3333
[-AllowMeetingRegistration <Boolean>] [-AllowRecordingStorageOutsideRegion <Boolean>] [-AllowScreenContentDigitization <Boolean>]
3434
[-AllowTrackingInReport <Boolean>] [-LiveCaptionsEnabledType <String>] [-RecordingStorageMode <String>] [-RoomAttributeUserOverride <String>]
35-
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-MeetingRecordingExpirationDays <Int32>]
35+
[-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-NewMeetingRecordingExpirationDays <Int32>]
3636
[-MeetingInviteLanguages <String>]
3737
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
@@ -887,12 +887,12 @@ Accept pipeline input: False
887887
Accept wildcard characters: False
888888
```
889889
890-
### -MeetingRecordingExpirationDays
890+
### -NewMeetingRecordingExpirationDays
891891
Specifies the number of days before meeting recordings will expire and move to the recycle bin. Value can be from 1 to 99,999 days.
892892
893-
Note: You may opt to set Meeting Recordings to never expire by entering the value -1.
893+
NOTE: You may opt to set Meeting Recordings to never expire by entering the value -1.
894894
895-
Note: This parameter isn't yet available to be set. We'll publish an updated message center post when the setting is available for modification. Please refer to the [roadmap (Feature ID: 84580)](https://www.microsoft.com/microsoft-365/roadmap?searchterms=82057&filters=&searchterms=84580) for more information on its delivery date.
895+
NOTE: This parameter is available to be set, but will not be effective until this feature gets general availability. Please refer to the [roadmap (Feature ID: 84580)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=84580) for more information on its delivery date.
896896
897897
```yaml
898898
Type: Int32

0 commit comments

Comments
 (0)