Ved at bruge denne side, du accepterer Privatlivspolitik.
Acceptere
EnterinITEnterinITEnterinIT
  • HJEM
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orkester
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Kontor 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Hold
  • WINDOWS
    • Windows Admin Center
    • Windows klient
    • Windows Server
  • SCCM-forespørgselsindsamlingsliste
Læsning: DPM Delete a specific Recovery Point
Font ResizerAa
EnterinITEnterinIT
Font ResizerAa
  • HJEM
  • IT PRO
  • TECH
  • MICROSOFT
  • WINDOWS
  • SCCM-forespørgselsindsamlingsliste
Søge
  • HJEM
  • IT PRO
  • TECH
  • MICROSOFT
    • Azure
    • ConfigMgr/SCCM
    • DPM
    • Orkester
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Kontor 365
    • Office Insider
    • Power BI
    • Skype
    • SQL Server
    • Hold
  • WINDOWS
    • Windows Admin Center
    • Windows klient
    • Windows Server
  • SCCM-forespørgselsindsamlingsliste
DPM

DPM Delete a specific Recovery Point

Udgivet februar 11, 2024
2 Min læst
DELE

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
TAGGET:PowerShellSystem Center Data Protection Manager
Forrige artikel Windows 10 1903 for IT pros
Næste artikel PowerShell Export remote PC event logs to local PC
Efterlad en kommentar Efterlad en kommentar

Efterlad et svar Annuller svar

Din e-mailadresse vil ikke blive offentliggjort. Påkrævede felter er markeret *

Denne side bruger Akismet til at reducere spam. Lær, hvordan dine kommentardata behandles.

Oversættelse

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

Populære indlæg

Systemkrav til Windows Server 2016
Windows Server
Configuration Manager Forespørgselsindsamlingsliste
Configuration Manager Forespørgselsindsamlingsliste
ConfigMgr
Struktureret/administreret navigation aktiveret på moderne sider i klassiske teamwebsteder
Tech
SCCM Kunne ikke hente DP-placeringer som den forventede version fra MP
ConfigMgr

Seneste indlæg

Installation og konfiguration af Fail2ban til SSH-beskyttelse på Ubuntu 24.04
Linux
Aktivering og konfiguration af FirewallD på AlmaLinux
Linux
Brugeroprettelse og SSH-nøgleopsætning i AlmaLinux
Linux
Sådan nulstiller du adgangskoden på AlmaLinux
Linux

© 2023 EnterinIT

Gå til mobil version
adbanner
Velkommen tilbage!

Log ind på din konto

Brugernavn eller e-mail-adresse
Adgangskode

Mistet din adgangskode?