Have you installed DPM on a Hyper-V host and wondered how to backup the local configuration and virtual machines? Well DPM does not enable this scenario by default. There is no way to enable this capability in the DPM Administrator Console, but you can enable it using PowerShell.
Open up a DPM Management Shell (DPM specific version of PowerShell console) and use the Set-DPMGlobalProperty cmdlet.
Set-DPMGlobalProperty –AllowLocalDataProtection $true [-DPMServerName]
If you are enabling this on the local machine, just type
Set-DPMGlobalProperty –AllowLocalDataProtection $true
Restart or launch the DPM Administrator Console and you will now see the local Hyper-V server and any running virtual machines.


