Door deze site te gebruiken, u gaat akkoord met de Privacybeleid.
Accepteren
EnterinITEnterinITEnterinIT
  • THUIS
  • IT-PRO
  • TECH
  • MICROSOFT
    • Azuur
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Kantoor 365
    • Kantoor insider
    • PowerBI
    • Skypen
    • SQL-server
    • Teams
  • VENSTERS
    • Windows-beheercentrum
    • Windows-client
    • Windows-server
  • SCCM-queryverzamelingslijst
Lezing: DPM Delete a specific Recovery Point
Lettergrootte wijzigenAa
EnterinITEnterinIT
Lettergrootte wijzigenAa
  • THUIS
  • IT-PRO
  • TECH
  • MICROSOFT
  • VENSTERS
  • SCCM-queryverzamelingslijst
Zoekopdracht
  • THUIS
  • IT-PRO
  • TECH
  • MICROSOFT
    • Azuur
    • ConfigMgr/SCCM
    • DPM
    • Orchestrator
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Kantoor 365
    • Kantoor insider
    • PowerBI
    • Skypen
    • SQL-server
    • Teams
  • VENSTERS
    • Windows-beheercentrum
    • Windows-client
    • Windows-server
  • SCCM-queryverzamelingslijst
DPM

DPM Delete a specific Recovery Point

Gepubliceerd februari 11, 2024
2 Min. gelezen
DEEL

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"}

OPMERKING: 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")} 

OPMERKING: I use for this Recovery lab, 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
GETAGD:PowerShellSystem Center Data Protection Manager
Vorig artikel Ramen 10 1903 for IT pros
Volgend artikel PowerShell Export remote PC event logs to local PC
Laat een reactie achter Laat een reactie achter

Laat een reactie achter Antwoord annuleren

Uw e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd *

Deze site gebruikt Akismet om spam te verminderen. Ontdek hoe uw reactiegegevens worden verwerkt.

Vertaling

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 Vertaling bewerken
door Transposh - Vertaalplugin voor Wordpress

Populaire berichten

Systeemvereisten voor Windows Server 2016
Windows-server
Configuration Manager Queryverzamelingslijst
Configuration Manager Queryverzamelingslijst
ConfiguratieMgr
Gestructureerde/beheerde navigatie ingeschakeld op moderne pagina's in klassieke teamsites
Technologie
SCCM Kan DP-locaties niet ophalen als de verwachte versie van MP
ConfiguratieMgr

Recente berichten

Fail2ban installeren en configureren voor SSH-bescherming op Ubuntu 24.04
Linux
FirewallD inschakelen en configureren op AlmaLinux
Linux
Gebruikers aanmaken en SSH-sleutel instellen in AlmaLinux
Linux
Hoe het wachtwoord op AlmaLinux opnieuw in te stellen
Linux

© 2023 EnterinIT

Ga naar mobiele versie
advertentiebanner
Welkom terug!

Log in op uw account

Gebruikersnaam of e-mailadres
Wachtwoord

Wachtwoord vergeten?