Video Serie: Sichern mit Data Protection Manager 2016 – Massen Rollout von DPM-Agenten mit PowerShell DSC

Im vorangegangen Post (Installing Protection Agents on Hyper-V hosts manually) wurde klar, dass einige Schritte notwendig sind um manuell die Agenten zu installieren. Würde man das ganze via Skript automatisieren wollen dann käme einiges zusammen. In diesem Post soll ein kürzeres Beispiel für ein vollautomatisches Roll out / Deployment von DPM-Agenten auf viele Hosts mit PowerShell DSC gezeigt werden.

Der Ablauf für das vollautomatische Rollout sieht so aus:

image

Folgendes Video zeigt das vollautomatische Roll out der DPM-Agenten auf 3 Hosts und erklärt das Skript:

  1. Installation Data Protection Manager
  2. Updating & Patching
  3. Adding Volumes (Disks) to the Storage Pool
  4. Installing Protection Agents on Hyper-V hosts using DPM Console
  5. Installing Protection Agents on Hyper-V hosts manually
  6. >> Installing Protection Agents on Hyper-V hosts using PowerShell Desired State Configuration <<
  7. Create Protection Group(s)
  8. Recover a virtual machine
  9. Recover a file (Item Level Recovery)

Das verwendete Skript liegt als InstallDPMAgent-Skript zum Download zur Verfügung.