| applicable | Microsoft Teams |
|---|---|
| author | tomkau |
| external help file | Microsoft.Rtc.Management.Hosted.dll-help.xml |
| Locale | en-US |
| Module Name | MicrosoftTeams |
| ms.author | tomkau |
| ms.reviewer | williamlooney |
| online version | https://learn.microsoft.com/powershell/module/microsoftteams/Set-CsComplianceRecordingForCallQueueTemplate |
| schema | 2.0.0 |
| title | Set-CsComplianceRecordingForCallQueueTemplate |
Use the Set-CsComplianceRecordingForCallQueueTemplate cmdlet to make changes to an existing Compliance Recording for Call Queues template.
Set-CsComplianceRecordingForCallQueueTemplate -Instance <Object> [<CommonParameters>]Use the Set-CsComplianceRecordingForCallQueueTemplate cmdlet to make changes to an existing Compliance Recording for Call Queues template.
$template = CsComplianceRecordingForCallQueueTemplate -Id 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
$template.BotId = 14732826-8206-42e3-b51e-6693e2abb698
Set-CsComplianceRecordingForCallQueueTemplate $template
The Set-CsComplianceRecordingForCallQueueTemplate cmdlet lets you modify the properties of a Compliance Recording for Call Queue Template.
The Instance parameter is the unique identifier assigned to the Compliance Recording for Call Queue template.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
New-CsComplianceRecordingForCallQueueTemplate
Set-CsComplianceRecordingForCallQueueTemplate