Using PowerShell to determine IC version number

You can use the Get-VM command to determine the Integration Services (IC) version number of the virtual machines running on your Hyper-V host:

Get-VM | Format-Table Name, IntegrationServicesVersion

Name                                IntegrationServicesVersion

—-                        ————————

SRV-4.contoso.com          6.2.9200.16384

The resulting IC version numbers include the build number of the Windows Server operating system as follows:

6001 – Windows Server 2008

7600 – Windows Server 2008 R2

7601 – Windows Server 2008 R2 SP1

9200 – Windows Server 2012

9600 – Windows Server 2012 R2

From the above we can see that the guest OS of this VM is Windows Server 2012.

Mitch Tulloch is an eleven-time recipient of the Microsoft Most Valuable Professional (MVP) award and a widely recognized expert on Windows Server and cloud computing technologies.  For more information see http://www.mtit.com.

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top