Set-CsComplianceRecordingForCallQueueTemplate
Modifies an existing Compliance Recording for Call Queues template.
Syntax
Default (Default)
Set-CsComplianceRecordingForCallQueueTemplate
-Instance <Object>
[<CommonParameters>]
Description
Use the Set-CsComplianceRecordingForCallQueueTemplate cmdlet to make changes to an existing Compliance Recording for Call Queues template.
Examples
Example 1
$template = Get-CsComplianceRecordingForCallQueueTemplate -Id 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01
$template.BotId = "14732826-8206-42e3-b51e-6693e2abb698"
Set-CsComplianceRecordingForCallQueueTemplate -Instance $template
The Set-CsComplianceRecordingForCallQueueTemplate cmdlet lets you modify the properties of a Compliance Recording for Call Queue Template.
Parameters
-Instance
The Instance parameter is the object reference to the Compliance Recording for Call Queue template to be modified.
You can retrieve an object reference to an existing template by using the Get-CsComplianceRecordingForCallQueueTemplate cmdlet and assigning the returned value to a variable.
Parameter properties
| Type: | Object |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.