Checking Integration Services Versions with SCVMM

I have done a number of posts about checking your integration services versions in the past (here and here for example).  But this have all been written using the in-box Hyper-V management tools.  Now that I have SCVMM up and running in my house, I thought I would give a quick run through of how to do this with SCVMM.

The fist thing to point out is that you can just see this directly in the SCVMM UI by choosing to display the VM Additions column:

clip_image002

You can also get this information through PowerShell by running:

Get-SCVirtualMachine | Select Name, VMAddition

clip_image002

(Note, in the screenshot above I am filtering the results to not include Hyper-V Replica recovery virtual machines).

Cheers,
Ben