Skip to content

Commit 4ec20ab

Browse files
authored
Update Set-CsTeamsComplianceRecordingPolicy.md
1 parent 6e80557 commit 4ec20ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

teams/teams-ps/teams/Set-CsTeamsComplianceRecordingPolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ Existing calls and meetings are unaffected.
5151

5252
## EXAMPLES
5353

54-
### Example 1
5554
This will no longer work
55+
### Example 1
5656
```powershell
5757
PS C:\> Set-CsTeamsComplianceRecordingPolicy -Identity 'ContosoPartnerComplianceRecordingPolicy' -ComplianceRecordingApplications @(New-CsTeamsComplianceRecordingApplication -Parent 'ContosoPartnerComplianceRecordingPolicy' -Id 'd93fefc7-93cc-4d44-9a5d-344b0fff2899')
5858
```
5959
Instead, try
60+
### Example 1 Alternative
6061
```powershell
6162
PS C:\> Get-CsTeamsComplianceRecordingApplication (Will not contain data with current applicationId)
6263
@@ -73,13 +74,14 @@ This policy is re-assigned a single application instance of a policy-based recor
7374

7475
Any Microsoft Teams users who are assigned this policy will have their calls and meetings recorded by that application instance. Existing calls and meetings are unaffected.
7576

76-
### Example 2
7777
This will no longer work
78+
### Example 2
7879
```powershell
7980
PS C:\> Set-CsTeamsComplianceRecordingPolicy -Identity 'ContosoPartnerComplianceRecordingPolicy' -ComplianceRecordingApplications @(New-CsTeamsComplianceRecordingApplication -Parent 'ContosoPartnerComplianceRecordingPolicy' -Id 'd93fefc7-93cc-4d44-9a5d-344b0fff2899'), @(New-CsTeamsComplianceRecordingApplication -Parent 'ContosoPartnerComplianceRecordingPolicy' -Id '39dc3ede-c80e-4f19-9153-417a65a1f144')
8081
```
8182

8283
Instead, try
84+
### Example 2 Alternative
8385
```powershell
8486
PS C:\> Get-CsTeamsComplianceRecordingApplication (Will not contain data with current applicationId)
8587

0 commit comments

Comments
 (0)