You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Start-MailboxAssistant.md
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.reviewer:
13
13
## SYNOPSIS
14
14
This cmdlet is available only in Exchange Server 2019 in Cumulative Update 11 (CU11) or later.
15
15
16
-
Use the Start-MailboxAssistant cmdlet to ???.
16
+
Use the Start-MailboxAssistant cmdlet to start processing of a mailbox by the assistant, which was specified using the AssistantName parameter.
17
17
18
18
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
19
19
@@ -36,15 +36,23 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
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.
43
+
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.
43
47
44
48
## PARAMETERS
45
49
46
50
### -Identity
47
-
{{ Fill Identity Description }}
51
+
The Identity parameter specifies the user whose mailboxt should be processed by the Mailbox Assistant. Possible values are:
0 commit comments