I'm trying to get a grasp on these different hyper-v integration services version numbers. If I go on the hyper-v host and check the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\GuestInstaller\Version
I see the following:
Microsoft-Hyper-V-Guest-Installer - 6.3.9600.18398
Microsoft-Hyper-V-Guest-Installer-Resources-en-US - 6.3.9600.16384
Microsoft-Hyper-V-Guest-Installer-Support - 6.3.9600.16384
Microsoft-Hyper-V-Guest-Installer-Win5x-Package - 6.3.9600.18398
Microsoft-Hyper-V-Guest-Installer-Win6x-Package - 6.3.9600.18398
Microsoft-Windows-Wdf-WdfCoInstaller01009-vm - 6.3.9600.16384
Now, I know that the Win5x, and Win6x packages are for 2012/2008 servers and if I run the powershell command:
Get-VM | ft Name, IntegrationServicesVersion
I'll see mainly 6.3.9600.16384 but, what Im expecting to see is 6.3.9600.18398 because I thought that was the highest version out now.
What am I missing in the understanding of tracking these hyper-v integration services version numbers?