Використовуючи цей сайт, ви погоджуєтеся з Політика конфіденційності.
прийняти
EnterinITEnterinITEnterinIT
  • ДІМ
  • IT PRO
  • ТЕХ
  • MICROSOFT
    • Лазурний
    • ConfigMgr/SCCM
    • DPM
    • Оркестрант
    • Hyper-V
    • Інсайдер Microsoft Edge
    • MSI
    • Офіс 365
    • Інсайдер Office
    • Power BI
    • Skype
    • SQL Server
    • Команди
  • ВІКНА
    • Центр адміністрування Windows
    • Клієнт Windows
    • Windows Server
  • Список колекції запитів SCCM
Читання: DPM Delete a specific Recovery Point
Зміна розміру шрифтуАа
EnterinITEnterinIT
Зміна розміру шрифтуАа
  • ДІМ
  • IT PRO
  • ТЕХ
  • MICROSOFT
  • ВІКНА
  • Список колекції запитів SCCM
Пошук
  • ДІМ
  • IT PRO
  • ТЕХ
  • MICROSOFT
    • Лазурний
    • ConfigMgr/SCCM
    • DPM
    • Оркестрант
    • Hyper-V
    • Інсайдер Microsoft Edge
    • MSI
    • Офіс 365
    • Інсайдер Office
    • Power BI
    • Skype
    • SQL Server
    • Команди
  • ВІКНА
    • Центр адміністрування Windows
    • Клієнт Windows
    • Windows Server
  • Список колекції запитів SCCM
DPM

DPM Delete a specific Recovery Point

Опубліковано лютий 11, 2024
2 Хв. читання
ПОДІЛИТИСЯ

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

ПРИМІТКА: 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")} 

ПРИМІТКА: I use for this Recovery вкладка, 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
ПОМІЧЕНО:PowerShellSystem Center Data Protection Manager
Попередня стаття вікна 10 1903 for IT pros
Наступна стаття PowerShell Export remote PC event logs to local PC
Залиште коментар Залиште коментар

Залиште відповідь Скасувати відповідь

Ваша електронна адреса не буде опублікована. Обов'язкові поля позначені *

Цей сайт використовує Akismet для зменшення спаму. Дізнайтеся, як обробляються дані ваших коментарів.

Переклад

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 Редагувати переклад
за Transposh - translation plugin for wordpress

Популярні публікації

Системні вимоги для Windows Server 2016
Windows Server
Список колекції запитів диспетчера конфігурацій
Список колекції запитів диспетчера конфігурацій
ConfigMgr
Структуровану/керовану навігацію ввімкнено на сучасних сторінках класичних сайтів групи
техн
SCCM Не вдалося отримати розташування DP як очікувану версію від MP
ConfigMgr

Останні дописи

Встановлення та налаштування Fail2ban для захисту SSH на Ubuntu 24.04
Linux
Увімкнення та налаштування FirewallD на AlmaLinux
Linux
Створення користувача та налаштування ключа SSH в AlmaLinux
Linux
Як скинути пароль на AlmaLinux
Linux

© 2023 EnterinIT

Перейдіть до мобільної версії
рекламний банер
Ласкаво просимо назад!

Увійдіть у свій обліковий запис

Ім'я користувача або адреса електронної пошти
Пароль

Забули пароль?