How to get the number of volumes used by DPM 2010?

Just a quick hit that tells you how many volumes Microsoft Data Protection Manager uses. I got 848… [code lang=”powershell”] $dpmserver = $env:computername #localhost or type your dpm server’s name here $dpmdisks = get-dpmdisk -dpmservername...