From beda3a0f19c2619c70ea9bee971c01c57faeede2 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Tue, 23 Sep 2025 15:13:16 -0700 Subject: [PATCH 1/3] Update New-CsComplianceRecordingForCallQueueTemplate.md --- .../New-CsComplianceRecordingForCallQueueTemplate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md index 471e2e718d..f1625747f1 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md @@ -19,7 +19,7 @@ Use the New-CsComplianceRecordingForCallQueueTemplate cmdlet to create a Complia ## SYNTAX ``` -New-CsComplianceRecordingForCallQueueTemplate -Name -Description -BotId +New-CsComplianceRecordingForCallQueueTemplate -Name -Description -ApplicationInstanceObjectId [-RequiredDuringCall ] [-RequiredBeforeCall ] [-CurrentInvitationCount ] [-PairedApplication ] [] ``` @@ -41,7 +41,7 @@ This example creates a new Compliance Recording for Call Queue template. ## PARAMETERS -### -BotId +### -ApplicationInstanceObjectId The Application Instance Object Id of the compliance recording bot to invite. From 8f40a22da6eb4b8b14295c30414564746136c43c Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Tue, 23 Sep 2025 15:16:52 -0700 Subject: [PATCH 2/3] Update Get-CsTagsTemplate.md --- teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 39ff9c979be3d7b4a283a7dd0af24838d54ba614 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Wed, 24 Sep 2025 12:08:37 -0700 Subject: [PATCH 3/3] Update New-CsComplianceRecordingForCallQueueTemplate.md --- ...ew-CsComplianceRecordingForCallQueueTemplate.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md b/teams/teams-ps/MicrosoftTeams/New-CsComplianceRecordingForCallQueueTemplate.md index f1625747f1..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 -ApplicationInstanceObjectId +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 -### -ApplicationInstanceObjectId +### -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