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.