Skip to content

Commit a99a1ef

Browse files
authored
Merge branch 'main' into docs-editor/Set-ComplianceCase-1776804986
2 parents 6737055 + 60e1a14 commit a99a1ef

6 files changed

Lines changed: 24 additions & 12 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Use the New-ComplianceSearch cmdlet to create compliance searches in Exchange Se
1717

1818
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
1919

20+
> [!NOTE]
21+
> In the cloud, this cmdlet has the following requirements:
22+
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
23+
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.
24+
2025
## SYNTAX
2126

2227
```

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Use the Remove-ComplianceSearch cmdlet to remove compliance searches from Exchan
1717

1818
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
1919

20+
> [!NOTE]
21+
> In the cloud, this cmdlet has the following requirements:
22+
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
23+
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.
24+
2025
## SYNTAX
2126

2227
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This example removes the specified application from the Allowed Apps list of the
4949
Remove-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
5050
```
5151

52-
This example removes the specified applications from the Allowed Apps list of the specified HVE account.
52+
This example removes multiple specified applications from the Allowed Apps list of the specified HVE account.
5353

5454
### Example 3
5555
```powershell

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Use the Set-ComplianceSearch cmdlet to modify non-running compliance searches in
1717

1818
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
1919

20+
> [!NOTE]
21+
> In the cloud, this cmdlet has the following requirements:
22+
> - Version 3.9.0 or later of the Exchange Online PowerShell module (August 2025).
23+
> - Use the *EnableSearchOnlySession* parameter when you run the **Connect-IPPSSession** command to connect to Security & Compliance PowerShell.
24+
2025
## SYNTAX
2126

2227
```

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity f
3636

3737
>[!IMPORTANT]
3838
> Authorized users can't edit call queues with these features enabled:
39-
> - The call exception routing when the destination directly references another another Auto attendant or Call queue
39+
> - The call exception routing when the destination directly references another Auto attendant or Call queue
4040
> - See [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues)
4141
> - Call priorities
4242
@@ -158,6 +158,9 @@ Accept wildcard characters: False
158158
```
159159
### -SharedVoicemailHistoryTemplateId
160160
161+
>[!IMPORTANT]
162+
>The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
163+
161164
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.
162165
163166

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,7 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
5757
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
5858
> - -NoAgentRedirectVoicemailAudioFilePrompt
5959
>
60-
> Shared call queue history
61-
> - -SharedCallQueueHistoryTemplateId
62-
>
63-
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
64-
>
65-
> Shared call queue history
66-
> - -SharedCallQueueHistoryTemplateId
60+
> Shared call history
6761
> - -AutoRecordingTemplateId
6862
>
6963
> Authorized users can't edit call queues with these features enabled:
@@ -331,7 +325,7 @@ Accept wildcard characters: False
331325

332326
### -CustomAudioFileAnnouncementForCRFailure
333327

334-
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
328+
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
335329

336330
```yaml
337331
Type: Guid
@@ -1175,12 +1169,12 @@ Accept wildcard characters: False
11751169

11761170
### -SharedCallQueueHistoryTemplateId
11771171

1178-
The SharedCallQueueHistoryTemplateId parameter indicates the Shared Call Queue History template to apply to the call queue.
1172+
The SharedCallQueueHistoryTemplateId parameter indicates the Shared Call History template to apply to the call queue.
11791173

11801174
> [!NOTE]
11811175
> `-ConferenceMode` must be set to $true
11821176
>
1183-
> Shared call queue history is not availble when using a Teams channel for queue membership
1177+
> Shared call history is not availble when using a Teams channel for queue membership
11841178
> - `-ChannelId` and `-ChannelUserObjectId` are set.
11851179

11861180
```yaml

0 commit comments

Comments
 (0)