Skip to content

Commit 0760890

Browse files
committed
Update Start-ManagedFolderAssistant.md
1 parent 2a645a9 commit 0760890

File tree

1 file changed

+38
-51
lines changed

1 file changed

+38
-51
lines changed

exchange/exchange-ps/exchange/Start-ManagedFolderAssistant.md

Lines changed: 38 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -165,57 +165,6 @@ Accept pipeline input: True
165165
Accept wildcard characters: False
166166
```
167167
168-
### -HoldCleanup
169-
The HoldCleanup switch instructs the Managed Folder Assistant to clean up duplicate versions of items in the Recoverable Items folder that may have been created when a mailbox is on In-Place Hold, Litigation Hold, or has Single Item Recovery enabled. You don't need to specify a value with this switch.
170-
171-
Removing duplicate items from the Recoverable Items folder reduces the folder size and may help prevent reaching Recoverable Items quota limits. For more details about Recoverable Items quota limits, see [Recoverable Items folder in Exchange Server](https://learn.microsoft.com/Exchange/policy-and-compliance/recoverable-items-folder/recoverable-items-folder).
172-
173-
```yaml
174-
Type: SwitchParameter
175-
Parameter Sets: HoldCleanupParameterSet
176-
Aliases:
177-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
178-
179-
Required: True
180-
Position: Named
181-
Default value: None
182-
Accept pipeline input: False
183-
Accept wildcard characters: False
184-
```
185-
186-
```yaml
187-
Type: SwitchParameter
188-
Parameter Sets: IdentityParameterSet
189-
Aliases:
190-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
191-
192-
Required: False
193-
Position: Named
194-
Default value: None
195-
Accept pipeline input: False
196-
Accept wildcard characters: False
197-
```
198-
199-
### -StopHoldCleanup
200-
This parameter is available only in the cloud-based service.
201-
202-
The StopHoldCleanup switch stops a previous hold clean-up command that was issued on the mailbox. You don't need to specify a value with this switch.
203-
204-
A hold clean-up command will run until it completely scans the Recoverable Items folder for duplicate versions of items (it even continues after an interruption). In some cases, the hold clean-up command gets stuck, which can block other regular MRM tasks on the mailbox (for example, expiring items). The StopHoldCleanup switch tells MRM to abandon the stuck hold clean-up task so that regular tasks can continue.
205-
206-
```yaml
207-
Type: SwitchParameter
208-
Parameter Sets: StopHoldCleanupParameterSet
209-
Aliases:
210-
Applicable: Exchange Online
211-
212-
Required: True
213-
Position: Named
214-
Default value: None
215-
Accept pipeline input: False
216-
Accept wildcard characters: False
217-
```
218-
219168
### -AdaptiveScope
220169
This parameter is available only in the cloud-based service.
221170
@@ -377,6 +326,24 @@ Accept pipeline input: False
377326
Accept wildcard characters: False
378327
```
379328

329+
### -HoldCleanup
330+
The HoldCleanup switch instructs the Managed Folder Assistant to clean up duplicate versions of items in the Recoverable Items folder that may have been created when a mailbox is on In-Place Hold, Litigation Hold, or has Single Item Recovery enabled. You don't need to specify a value with this switch.
331+
332+
Removing duplicate items from the Recoverable Items folder reduces the folder size and may help prevent reaching Recoverable Items quota limits. For more details about Recoverable Items quota limits, see [Recoverable Items folder in Exchange Server](https://learn.microsoft.com/Exchange/policy-and-compliance/recoverable-items-folder/recoverable-items-folder).
333+
334+
```yaml
335+
Type: SwitchParameter
336+
Parameter Sets: Identity, HoldCleanupParameterSet
337+
Aliases:
338+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
339+
340+
Required: False
341+
Position: Named
342+
Default value: None
343+
Accept pipeline input: False
344+
Accept wildcard characters: False
345+
```
346+
380347
### -InactiveMailbox
381348
This parameter is available only in the cloud-based service.
382349

@@ -399,6 +366,26 @@ Accept pipeline input: False
399366
Accept wildcard characters: False
400367
```
401368

369+
### -StopHoldCleanup
370+
This parameter is available only in the cloud-based service.
371+
372+
The StopHoldCleanup switch stops a previous hold clean-up command that was issued on the mailbox. You don't need to specify a value with this switch.
373+
374+
A hold clean-up command will run until it completely scans the Recoverable Items folder for duplicate versions of items (it even continues after an interruption). In some cases, the hold clean-up command gets stuck, which can block other regular MRM tasks on the mailbox (for example, expiring items). The StopHoldCleanup switch tells MRM to abandon the stuck hold clean-up task so that regular tasks can continue.
375+
376+
```yaml
377+
Type: SwitchParameter
378+
Parameter Sets: StopHoldCleanupParameterSet
379+
Aliases:
380+
Applicable: Exchange Online
381+
382+
Required: False
383+
Position: Named
384+
Default value: None
385+
Accept pipeline input: False
386+
Accept wildcard characters: False
387+
```
388+
402389
### -WhatIf
403390
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
404391

0 commit comments

Comments
 (0)