Monday, October 15, 2012

Where to find the list of Build Numbers for DPM

Hi Guys,

This link provided all builds number for DPM 2010 and DPM 2012, it must be Bookmarked :)

List of DPM build numbers

If you want to know which build version is your DPM, open DPM shell and type:

$dpmversion = ((get-process | where {$_.name -eq "msdpm" }).fileversion)
$dpmversion

Or from your DPM console, click on the Information button :

DPM 2010




DPM 2012

1 comment:

  1. The PowerShell method above reports v.4.2.1205.0 (RTM) on my DPM server, but the "About DPM" control in the MMC gives 4.2.1603.0 (Update Rollup 14). That's quite a difference...

    ReplyDelete