Use this cmdlet to show the list of tasks that have been removed from the task queue. Tasks are removed using the Remove-SyncTask cmdlet.
PowerShell
Show-RemoveTasks
This cmdlet does not provide any parameters.
Description
The Show-RemoveTasks cmdlet will show all of the tasks that have been removed as well as their age and when they will be purged.
Note that removed tasks are held in retention before being purged. While held in retention, a task will still consume a license ‘slot’. Refer to the Licensing topic for more detail.
Examples
Example 1
PowerShell
Show-RemovedTasks TaskName : Sync from [Mailbox] user@source.com to [Mailbox] user@target.com TaskID : 3e86cabf-c27f-414b-91a9-af7df13a60ed DateRemoved : 6/14/2019 12:00:00 AM DaysRemainingBeforePurge : 14 PurgeDate : 6/28/2019 12:00:00 AM SourceStoreName : user@source.com TargetStoreName : user@target.com
This example shows the results of the Show-RemovedTasks for a sample task that was removed.
Output
This cmdlet will place one or more PSObject object on the pipeline each with the properties shown in Example #1 above.
