Skip to content

Commit 1b0b5ba

Browse files
authored
Merge branch 'main' into patch-1
2 parents 9b95670 + beeb738 commit 1b0b5ba

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Remove-ComplianceSearch.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,9 @@ This example removes the compliance search named Case 1234
4848

4949
> Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Security & Compliance
5050
51-
The Identity parameter specifies the compliance search that you want to remove.
51+
The Identity parameter specifies the name of compliance search that you want to remove.
5252

53-
You can use any value that uniquely identifies the compliance search. For example:
54-
55-
- Name
56-
- JobRunId (GUID)
57-
58-
You can find these values by running the command Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status
53+
You can find this value by running the command `Get-ComplianceSearch | Format-Table -Auto Name,JobRunId,Status`.
5954

6055
```yaml
6156
Type: ComplianceSearchIdParameter

teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ title: Get-CsSharedCallQueueHistoryTemplate
1616
This PowerShell cmdlet is being deprecated, please use the new version [Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) instead
1717

1818
## SYNTAX
19-
> [!IMPORTANT]
20-
>This PowerShell cmdlet is being deprecated, please use the new version [Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) instead
2119

2220
```
2321
Get-CsSharedCallQueueHistoryTemplate [-Id <string>] [<CommonParameters>]

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
2020
## SYNTAX
2121

2222
```powershell
23-
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ConfigurationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
23+
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ConfigurationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [-SharedVoicemailHistoryTemplateId <String>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -156,6 +156,22 @@ Default value: None
156156
Accept pipeline input: False
157157
Accept wildcard characters: False
158158
```
159+
### -SharedVoicemailHistoryTemplateId
160+
161+
The SharedVoicemailHistoryTemplateId parameter specifies the ID of the Shared Call History template. When this template is assigned to an Auto Attendant, historical data for shared voicemails is collected and displayed in the Shared Call History within the [Teams Queues app](https://learn.microsoft.com/microsoftteams/manage-queues-app). Removing the SharedVoicemailHistoryTemplateId stops further historical data collection for Queues App. This parameter does not affect the [Shared Voicemail](https://learn.microsoft.com/en-us/microsoftteams/manage-shared-voicemail) experience in Outlook.
162+
163+
164+
```yaml
165+
Type: System.String
166+
Parameter Sets: (All)
167+
Aliases:
168+
169+
Required: False
170+
Position: Named
171+
Default value: None
172+
Accept pipeline input: False
173+
Accept wildcard characters: False
174+
```
159175
160176
### -Tenant
161177

0 commit comments

Comments
 (0)