diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md b/teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md index 8da27cbfd6..c497b4cf6c 100644 --- a/teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md @@ -18,7 +18,7 @@ Retrieves the Tag templates in the tenant. ## SYNTAX ``` -Get-CsTagsTemplate [-Identity ] [-Tenant ] [] +Get-CsTagsTemplate [-Id ] [-Tenant ] [] ``` ## DESCRIPTION @@ -33,7 +33,7 @@ The Get-CsTagTemplate cmdlet returns a list of all Tag templates in the tenant. ## PARAMETERS -### -Identity +### -Id The unique identifier for the Tag template. ```yaml diff --git a/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md index 471e2e718d..b452322ca8 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md @@ -19,9 +19,9 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia ## SYNTAX ``` -New-CsComplianceRecordingForCallQueueTemplate -Name -Description -BotId +New-CsComplianceRecordingForCallQueueTemplate -Name -Description -BotApplicationInstanceObjectId [-RequiredDuringCall ] [-RequiredBeforeCall ] [-CurrentInvitationCount ] - [-PairedApplication ] [] + [-PairedApplicationInstanceObjectId ] [] ``` ## DESCRIPTION @@ -34,16 +34,16 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia ### Example 1 ``` -New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true +New-CsComplianceRecordingForCallQueueTemplate -Name "Customer Service" -Description "Required before/during call" -BotApplicationInstanceObjectId 14732826-8206-42e3-b51e-6693e2abb698 -RequiredDuringCall $true -RequiredBeforeCall $true ``` This example creates a new Compliance Recording for Call Queue template. ## PARAMETERS -### -BotId +### -BotApplicationInstanceObjectId -The Application Instance Object Id of the compliance recording bot to invite. +The compliance recording bot's application instance object Id. Use [Get-CsOnlineApplicationInstance](get-csonlineapplicationinstance.md) to get the `ObjectId`. @@ -107,9 +107,9 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -PairedApplication +### -PairedApplicationInstanceObjectId -The PairedApplication parameter specifies the paired application for the call queue. +The PairedApplicationInstanceObjectId parameter specifies the paired compliance recording bot application object Id to invite to the call. ```yaml Type: System.String