SCOM 2012 Version Information

 

Every now and then, I need to know version information for SCOM as it applies to which cumulative updates are in use.  Unfortunately, I’ve found that this information is not always easy to obtain, nor is the version information readily published.

First, let’s start with obtaining it, as this is the easy part. There’s several different ways to obtain this information.  The problem is that they tend to show only the major versions as opposed to major and minor versions.

From Powershell:

get-SCOMManagementServer | ft version or get-SCOMAgent | ft version image

As you can see, only major versions here.

From the Management Server:

From the administration workspace, under device management choose agent managed (for agents) or management servers (for the management servers).  The version information is a column listed in each view.

image

Again, only major versions.

From the client:

In the control panel, SCOM introduced an applet that can be used to obtain things like management groups, dual homing settings, etc.  It’s a nice graphical interface that allows an administrator to get some useful information and make a few minor changes.  If you switch your control panel view to large or small icons, you’ll see the applet “Microsoft Monitoring Agent”.  The info you want is in the properties tab.

image

 

Much better.

Finding a comprehensive list of SCOM versions was a bit more difficult.  That information can be found here.

 

Update:  The control panel information does not seem to work anymore.  I'm not quite certain why that is, as you can see from the shot above that it did at one time.  Anyways, setting that aside for an issue, I tend to use the "agents by version" state view in the console.  There's a column in that view called "Patch List" that shows the specific version of the agents of every system that reports to SCOM.  Here is a screenshot:

capture