Skip to content

Commit 6efcc0b

Browse files
NewMeetingRecordingExpirationDays Example
Added one more example to show how an admin can get current TMR expiration date
1 parent 8cd22b7 commit 6efcc0b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

skype/skype-ps/skype/Get-CsTeamsMeetingPolicy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ The preceding command returns a collection of all the meeting policies where the
6161
To do this, Get-CsTeamsMeetingPolicy is first called without any parameters in order to return a collection of all the policies configured for use in the organization.
6262
This collection is then piped to the Where-Object cmdlet, which selects only those policies where the AllowMeetNow property is equal to True.
6363

64+
### -------------------------- Example 4 --------------------------
65+
```
66+
Get-CsTeamsMeetingPolicy -Identity Global | fl NewMeetingRecordingExpirationDays
67+
68+
NewMeetingRecordingExpirationDays : 60
69+
```
70+
71+
The above command returns expiration date setting currently applied on TMR. Additional details:
72+
https://docs.microsoft.com/en-us/microsoftteams/cloud-recording#auto-expiration-of-teams-meeting-recordings
73+
74+
6475
## PARAMETERS
6576

6677
### -Filter

0 commit comments

Comments
 (0)