When can I update my VMs? According to the docs here: https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/upgrade-virtual-machine-version-in-hyper-v-on-windows-or-windows-server#supported-vm-configuration-versions-for-semi-annual-channel-hosts
v1903 should allow me to update to 9.1
Edition Windows 10 Pro
Version 20H2
Installed on 8/14/2020
OS build 19042.844
Experience Windows Feature Experience Pack 120.2212.551.0
I'm running version 1904 according to the above string.
> Get-VMHostSupportedVersion
Name Version IsDefault
---- ------- ---------
Microsoft Windows 10 Anniversary Update/Server 2016 8.0 False
Microsoft Windows 10 Creators Update 8.1 False
Microsoft Windows 10 Fall Creators Update/Server 1709 8.2 False
Microsoft Windows 10 April 2018 Update/Server 1803 8.3 False
Microsoft Windows 10 October 2018 Update/Server 2019 9.0 True
Microsoft Windows 10 May 2019 Update/Server 1903 9.1 False
Microsoft Windows 10 May 2020 Update/Server 2003 9.2 False
but it does not work.
> Update-VMVersion myvm -Force
WARNING: No update was performed for the virtual machine "myvm" because its configuration version is already
at the maximum level supported by this server. For clustered servers, the maximum supported configuration version can
be limited by the cluster functional level.
Is there something I need to do to enable this update feature that exists on my host?