Skip to content

Commit 9533306

Browse files
authored
Update Start-MailboxAssistant.md
1 parent c90d0b2 commit 9533306

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

exchange/exchange-ps/exchange/Start-MailboxAssistant.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
## SYNOPSIS
1414
This cmdlet is available only in Exchange Server 2019 in Cumulative Update 11 (CU11) or later.
1515

16-
Use the Start-MailboxAssistant cmdlet to start processing of a mailbox by the assistant, which was specified using the AssistantName parameter.
16+
Use the Start-MailboxAssistant cmdlet to start processing of a mailbox by the specified assistant.
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

@@ -41,14 +41,12 @@ Start-MailboxAssistant -Identity "Chris" -AssistantName BigFunnelRetryFeederTime
4141

4242
This example starts the `BigFunnelRetryFeederTimeBasedAssistant` assistant and lets it process the mailbox of the user "Chris". The assistant indexes the mailbox items that were not indexed previously.
4343

44-
> [!NOTE]
45-
>
46-
> A [setting override](New-SettingOverride.md) must first be created as described in the [Incomplete search results after installing an Exchange Server 2019 update](https://support.microsoft.com/topic/incomplete-search-results-after-installing-an-exchange-server-2019-update-96ae2ef0-4569-4327-8d0c-8a3c1abdc1f6) article.
44+
**Note**: You first need to create a setting override as described in [Incomplete search results after installing an Exchange Server 2019 update](https://support.microsoft.com/topic/incomplete-search-results-after-installing-an-exchange-server-2019-update-96ae2ef0-4569-4327-8d0c-8a3c1abdc1f6).
4745

4846
## PARAMETERS
4947

5048
### -Identity
51-
The Identity parameter specifies the user whose mailboxt should be processed by the Mailbox Assistant. Possible values are:
49+
The Identity parameter specifies the user whose mailbox should be processed by the Mailbox Assistant. Valid values are:
5250

5351
- Distinguished name (DN)
5452
- SamAccountName
@@ -68,10 +66,12 @@ Accept wildcard characters: False
6866
```
6967
7068
### -AssistantName
71-
The AssistantName parameter specifies the assistant, which should process the mailbox. The AssistantName is case-sensitive. Supported values are:
69+
The AssistantName parameter specifies the assistant that should process the mailbox. Valid values are:
7270
7371
- BigFunnelRetryFeederTimeBasedAssistant
7472
73+
Values are case sensitive.
74+
7575
```yaml
7676
Type: String
7777
Parameter Sets: (All)
@@ -137,7 +137,9 @@ Accept wildcard characters: False
137137
```
138138

139139
### -SoftDeletedMailbox
140-
Use this switch parameter if the mailbox, which should be process by the assistant, is in a soft-deleted state.
140+
The SoftDeletedMailbox switch specifies that the mailbox to be processed by the assistant is a soft-delted mailbox.
141+
142+
Soft-deleted mailboxes are deleted mailboxes that are still recoverable.
141143

142144
```yaml
143145
Type: SwitchParameter

0 commit comments

Comments
 (0)