Skip to content

Commit b775087

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

5252
## EXAMPLES
5353

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

7575
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.
7676

77-
This will no longer work
7877
### Example 2
78+
This will no longer work
7979
```powershell
8080
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')
8181
```
8282

83-
Instead, try
8483
### Example 2 Alternative
84+
Instead, try
8585
```powershell
8686
PS C:\> Get-CsTeamsComplianceRecordingApplication (Will not contain data with current applicationId)
8787

0 commit comments

Comments
 (0)