From 2eb565a184342b80e0550839c90038eccbc6f144 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Tue, 29 Oct 2024 16:14:05 -0700 Subject: [PATCH 1/5] Update Set-CsCallQueue.md Updating to remove Private Preview comment on Callback related parameters as Callback is now GA. --- teams/teams-ps/teams/Set-CsCallQueue.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsCallQueue.md b/teams/teams-ps/teams/Set-CsCallQueue.md index 5a7f23a7c6..84a85f9e30 100644 --- a/teams/teams-ps/teams/Set-CsCallQueue.md +++ b/teams/teams-ps/teams/Set-CsCallQueue.md @@ -1353,7 +1353,6 @@ Accept wildcard characters: False ``` ### -IsCallbackEnabled -_Private Preview customers only_ The IsCallbackEnabled parameter is used to turn on/off callback. @@ -1370,7 +1369,6 @@ Accept wildcard characters: False ``` ### -CallbackRequestDtmf -_Private Preview customers only_ The DTMF touch-tone key the caller will be told to press to select callback. The CallbackRequestDtmf must be set to one of the following values: @@ -1393,7 +1391,6 @@ Accept wildcard characters: False ``` ### -WaitTimeBeforeOfferingCallbackInSecond -_Private Preview customers only_ The number of seconds a call must wait before becoming eligible for callback. This condition applies to calls at the front of the call queue. Set to null ($null) to disable this condition. @@ -1412,7 +1409,6 @@ Accept wildcard characters: False ``` ### -NumberOfCallsInQueueBeforeOfferingCallback -_Private Preview customers only_ The number of calls in queue before a call becomes eligible for callback. This condition applies to calls arriving at the call queue. Set to null ($null) to disable this condition. @@ -1431,7 +1427,6 @@ Accept wildcard characters: False ``` ### -CallToAgentRatioThresholdBeforeOfferingCallback -_Private Preview customers only_ The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Minimum value of one (1). Set to null ($null) to disable this condition. @@ -1450,7 +1445,6 @@ Accept wildcard characters: False ``` ### -CallbackOfferAudioFilePromptResourceId -_Private Preview customers only_ The CallbackOfferAudioFilePromptResourceId parameter indicates the unique identifier for the Audio file prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callback. This parameter, or `-CallbackOfferTextToSpeechPrompt`, becomes a required parameter when IsCallbackEnabled is set to `True`. @@ -1468,7 +1462,6 @@ Accept wildcard characters: False ``` ### -CallbackOfferTextToSpeechPrompt -_Private Preview customers only_ The CallbackOfferTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callback. This parameter, or `-CallbackOfferAudioFilePromptResourceId`, becomes a required parameter when IsCallbackEnabled is set to `True`. @@ -1486,7 +1479,6 @@ Accept wildcard characters: False ``` ### -CallbackEmailNotificationTarget -_Private Preview customers only_ The CallbackEmailNotificationTarget parameter must be set to a group ID (Microsoft 365, Distribution list, or Mail-enabled security) that will receive notification if a callback times out of the call queue or can't be completed for some other reason. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`. @@ -1503,7 +1495,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### - +### -ServiceLevelThresholdResponseTimeInSecond _Private Preview customers only_ The target number of seconds calls should be answered in. This number is used to calculate the call queue service level percentage. From 97bb7227d0467a60f13a3523673342e64ef77b83 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Tue, 29 Oct 2024 16:19:16 -0700 Subject: [PATCH 2/5] Update New-CsCallQueue.md --- teams/teams-ps/teams/New-CsCallQueue.md | 1 - 1 file changed, 1 deletion(-) diff --git a/teams/teams-ps/teams/New-CsCallQueue.md b/teams/teams-ps/teams/New-CsCallQueue.md index e4f9a86f14..5c72de7d94 100644 --- a/teams/teams-ps/teams/New-CsCallQueue.md +++ b/teams/teams-ps/teams/New-CsCallQueue.md @@ -1490,7 +1490,6 @@ Accept wildcard characters: False ### -ServiceLevelThresholdResponseTimeInSecond _Private Preview customers only_ -_Saving a call queue configuration through Teams admin center will *remove* this setting._ The target number of seconds calls should be answered in. This number is used to calculate the call queue service level percentage. From efa941613322905d2dd1b1b2e941d3f2f72c0109 Mon Sep 17 00:00:00 2001 From: Colin Longman Date: Thu, 31 Oct 2024 13:29:15 -0700 Subject: [PATCH 3/5] Update New-CsAutoAttendant.md --- teams/teams-ps/teams/New-CsAutoAttendant.md | 23 ++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/New-CsAutoAttendant.md b/teams/teams-ps/teams/New-CsAutoAttendant.md index 365ba5ad6a..007108e00b 100644 --- a/teams/teams-ps/teams/New-CsAutoAttendant.md +++ b/teams/teams-ps/teams/New-CsAutoAttendant.md @@ -18,7 +18,7 @@ Use the New-CsAutoAttendant cmdlet to create a new Auto Attendant (AA). ## SYNTAX ```powershell -New-CsAutoAttendant -Name -LanguageId -TimeZoneId -DefaultCallFlow [-CallFlows ] [-CallHandlingAssociations ] [-Operator ] [-VoiceId ] [-EnableVoiceResponse] [-InclusionScope ] [-ExclusionScope ] [-AuthorizedUsers ] [-HideAuthorizedUsers ] [-Tenant ] [] +New-CsAutoAttendant -Name -LanguageId -TimeZoneId -DefaultCallFlow [-CallFlows ] [-CallHandlingAssociations ] [-Operator ] [-VoiceId ] [-EnableVoiceResponse] [-InclusionScope ] [-ExclusionScope ] [-AuthorizedUsers ] [-HideAuthorizedUsers ] [-UserNameExtension ] [-Tenant ] [] ``` ## DESCRIPTION @@ -505,6 +505,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UserNameExtension + +The UserNameExtension parameter is a string that specifies how to extend usernames in dial search by appending additional information after the name. +This parameter is used in dial search when multiple search results are found, as it helps to distinguish users with similar names. Possible values are: + +- None: Default value, which means the username is pronounced as is. +- Office: Adds office information from the user profile. +- Department: Adds department information from the user profile. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: +applicable: Microsoft Teams +Required: false +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Tenant ```yaml From 7ed79e4ebee2f6acf1b01d636fcb66a6fb27c554 Mon Sep 17 00:00:00 2001 From: Jeremy Knight Date: Mon, 4 Nov 2024 16:07:31 -0500 Subject: [PATCH 4/5] Update New-MailboxRestoreRequest.md Added example 3 for restoring the content from an inactive, disconnected, or soft deleted mailbox to an active mailbox in Exchange Online. --- .../exchange/New-MailboxRestoreRequest.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md b/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md index 67474c5f5e..c4539b9ced 100644 --- a/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md +++ b/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md @@ -249,6 +249,19 @@ New-MailboxRestoreRequest -SourceDatabase "MBD01" -SourceStoreMailbox "Tony Smit In on-premises Exchange, this example restores the content of the source mailbox with the DisplayName of Tony Smith on mailbox database MBD01 to the archive mailbox for Tony@contoso.com. +### Example 3 +```powershell +New-MailboxRestoreRequest -SourceMailbox 33948c06-c453-48be-bdb9-08eacd466f81 -TargetMailbox Tony@contoso.com -AllowLegacyDNMismatch +``` + +In Exchange Online, this example restores the content of the inactive, disconnected, or soft deleted source mailbox to the active mailbox for Tony@contoso.com + +The SourceMailbox value is expected to be a MailboxGUID value of an inactive, disconnected, or soft deleted mailbox. + +The TargetMailbox value is expected to be a MailboxGUID or email address of the active, target mailbox. + +The AllowLegacyDNMismatch allows copying data from one mailbox to another in this scenario. + ## PARAMETERS ### -CrossTenantRestore From 7e000fa6040f1d7d342f9f01cd7213d2602375ab Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Mon, 4 Nov 2024 14:07:39 -0800 Subject: [PATCH 5/5] Update New-MailboxRestoreRequest.md --- .../exchange-ps/exchange/New-MailboxRestoreRequest.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md b/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md index c4539b9ced..43a1b13892 100644 --- a/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md +++ b/exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md @@ -254,13 +254,11 @@ In on-premises Exchange, this example restores the content of the source mailbox New-MailboxRestoreRequest -SourceMailbox 33948c06-c453-48be-bdb9-08eacd466f81 -TargetMailbox Tony@contoso.com -AllowLegacyDNMismatch ``` -In Exchange Online, this example restores the content of the inactive, disconnected, or soft deleted source mailbox to the active mailbox for Tony@contoso.com +In Exchange Online, this example restores the content of the inactive, disconnected, or soft deleted source mailbox to the active mailbox for Tony@contoso.com: -The SourceMailbox value is expected to be a MailboxGUID value of an inactive, disconnected, or soft deleted mailbox. - -The TargetMailbox value is expected to be a MailboxGUID or email address of the active, target mailbox. - -The AllowLegacyDNMismatch allows copying data from one mailbox to another in this scenario. +- The SourceMailbox value is the MailboxGUID value of an inactive, disconnected, or soft deleted mailbox. +- The TargetMailbox value is the MailboxGUID or email address of the active target mailbox. +- AllowLegacyDNMismatch allows copying data from one mailbox to another in this scenario. ## PARAMETERS