Al usar este sitio, estás de acuerdo con el política de privacidad.
Aceptar
EnterinITEnterinITEnterinIT
  • HOGAR
  • TI PRO
  • TECNOLOGÍA
  • MICROSOFT
    • Azur
    • Administrador de configuración/SCCM
    • DPM
    • orquestador
    • Hiper-V
    • Información privilegiada de Microsoft Edge
    • MSI
    • Oficina 365
    • Información privilegiada de la oficina
    • Energía BI
    • Skype
    • Servidor SQL
    • equipos
  • VENTANAS
    • Centro de administración de Windows
    • Cliente de Windows
    • Servidor Windows
  • Lista de recopilación de consultas SCCM
Lectura: DPM Delete a specific Recovery Point
Cambiar tamaño de fuenteAutomóvil club británico
EnterinITEnterinIT
Cambiar tamaño de fuenteAutomóvil club británico
  • HOGAR
  • TI PRO
  • TECNOLOGÍA
  • MICROSOFT
  • VENTANAS
  • Lista de recopilación de consultas SCCM
Buscar
  • HOGAR
  • TI PRO
  • TECNOLOGÍA
  • MICROSOFT
    • Azur
    • Administrador de configuración/SCCM
    • DPM
    • orquestador
    • Hiper-V
    • Información privilegiada de Microsoft Edge
    • MSI
    • Oficina 365
    • Información privilegiada de la oficina
    • Energía BI
    • Skype
    • Servidor SQL
    • equipos
  • VENTANAS
    • Centro de administración de Windows
    • Cliente de Windows
    • Servidor Windows
  • Lista de recopilación de consultas SCCM
DPM

DPM Delete a specific Recovery Point

Publicado en febrero 11, 2024
2 Lectura mínima
COMPARTIR

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

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

NOTA: I use for this Recovery pestaña, 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
ETIQUETADO:PowerShellSystem Center Data Protection Manager
Artículo anterior ventanas 10 1903 for IT pros
Artículo siguiente PowerShell Export remote PC event logs to local PC
Deja un comentario Deja un comentario

Deja una respuesta Cancelar respuesta

Su dirección de correo electrónico no será publicada. Los campos obligatorios están marcados *

Este sitio utiliza Akismet para reducir el spam.. Descubra cómo se procesan los datos de sus comentarios.

Traducción

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 Editar traducción
por Transposh - Plugin de traducción para WordPress

Publicaciones populares

Requisitos del sistema para Windows Server 2016
Servidor Windows
Lista de recopilación de consultas del Administrador de configuración
Lista de recopilación de consultas del Administrador de configuración
Administrador de configuración
Navegación estructurada/administrada habilitada en páginas modernas en sitios de equipo clásicos
tecnología
SCCM no pudo obtener las ubicaciones de DP como la versión esperada de MP
Administrador de configuración

Publicaciones recientes

Instalación y configuración de Fail2ban para protección SSH en Ubuntu 24.04
linux
Habilitación y configuración de FirewallD en AlmaLinux
linux
Creación de usuarios y configuración de claves SSH en AlmaLinux
linux
Cómo restablecer la contraseña en AlmaLinux
linux

© 2023 EnterinIT

Ir a la versión móvil
banner publicitario
Bienvenido de nuevo!

Inicia sesión en tu cuenta

Nombre de usuario o dirección de correo electrónico
Contraseña

Perdiste tu contraseña?