By using this site, you agree to the Privacy Policy.
Accept
EnterinITEnterinITEnterinIT
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
Reading: DPM Delete a specific Recovery Point
Font ResizerAa
EnterinITEnterinIT
Font ResizerAa
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM Query Collection List
Search
  • HOME
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Office 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Teams
  • WINDOWS
    • Windows Admin Center
    • Windows Client
    • Windows Server
  • SCCM Query Collection List
DPM

DPM Delete a specific Recovery Point

Published: February 11, 2024
2 Min Read
SHARE

DPM Delete a specific Recovery Point. (Tested in latest DPM 2019)

Here is an example. We want to delete the Recovery Point from the evening of May 18 from the Backup of the file server FS01 in the Protection Group “File Backup”. The DPM Server name is “DPM01”.

1. First get the Protection Group to which the recovery point belongs

$pg = Get-ProtectionGroup -DPMServerName DPM01 | where {$_.Name -eq "File Backup"}

2. Then you need the Data Source from where the data in the recovery point comes.

$ds = Get-Datasource -ProtectionGroup $pg | where {$_.Computer -eq "FS01"}

NOTE: If this is Hyper-V VM, then use the hypervisor computer name (not VM name)

3. And finally you need to select the Recovery Point that you want to delete. You can identify the Recovery Point by Date and Time. (There’s a catch – you must use the right date and time format for points). Check the screenshot for example.

$rp = Get-RecoveryPoint -Datasource $ds | where {$_.BackupTime -eq (get-date "18.05.2019 00:05:23")} 

NOTE: I use for this Recovery tab, select date at the calendar and click Recovery. Let me know in the comments if you know the easiest way to get the needed date and time.

Now we have all of the needed information and we can delete the Recovery Point.

Remove-RecoveryPoint -RecoveryPoint $rp
TAGGED:PowerShellSystem Center Data Protection Manager
Previous Article Windows 10 1903 for IT pros
Next Article PowerShell Export remote PC event logs to local PC
Leave a Comment Leave a Comment

Leave a Reply Cancel 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.

Translation

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
by Transposh - translation plugin for wordpress

Popular Posts

System Requirements for Windows Server 2016
Windows Server
Configuration Manager Query Collection List
Configuration Manager Query Collection List
ConfigMgr
Structured/Managed Navigation enabled on Modern Pages in Classic Team Sites
Tech
SCCM Failed to get DP locations as the expected version from MP
ConfigMgr

Recent Posts

Installing and Configuring Fail2ban for SSH Protection on Ubuntu 24.04
Linux
Enabling and Configuring FirewallD on AlmaLinux
Linux
User Creation and SSH Key Setup in AlmaLinux
Linux
How to reset password on AlmaLinux
Linux

© 2023 EnterinIT

Go to mobile version
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?