Search This Blog

Wednesday, March 20, 2013

Check Integration Services Version By Using Powershell

 

We often deploy VM and upgrade integration services. But sometime, we do missed out 1 or 2 VM on getting the update IC. Here is a useful command that I frequently use during virtual machine deployment.

get-vm | ft Name, IntegrationServicesVersion

Tried it on Windows Server 2012 Hyper-V. The entire VMs are installed with 6.2.9200.16384 except one VM (as listed below).

IC

So time to upgrade the IC and make sure it is the same as the rest of the VMs.