DPM Delete inactive recovery points with PowerShell

1 Min Read

DPM Delete inactive recovery points.DPM Delete inactive recovery points with PowerShell.

To massively remove inactive points in Microsoft Data Protection Manager run the next Windows PowerShell command.

Get-Datasource -Inactive | Remove-DatasourceReplica –Disk

NOTE: In my situation, I stuck with fulled disk (freespace 0% – 112 Kb), that host recovery points. I can’t delete inactive points throw DPM GUI console (process start but stucking In progress). But after running this command with -verbose key I got what I need – all inactive points were removed grom server.

Get-Datasource -Inactive | Remove-DatasourceReplica –Disk -verbose

Tested in DPM 2019.

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Exit mobile version