A BLOB Recall Job has been running for a few days but progress still showing as 0%. How to abort the BLOB Recall Job?
The BLOB Recall Job can be canceled (hard abort) by following this PowerShell script.
# get all currently running and scheduled recall jobsGet-SPTimerJob | Where-Object { $_.Name -like "StoragePoint_Recall*" }# delete recall job definition immediately#$job = Get-SPTimerJob | Where-Object { $_.Name -like "" }#$job.Delete()
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center