38.5k views
0 votes
Which PowerShell command will upgrade the VM configuration version to take advantage of the new features in Windows Server 2016?

User Adriano
by
5.0k points

1 Answer

1 vote

Answer:

Update-VMVersion command.

Step-by-step explanation:

PowerShell is a command line interface in windows operating system used by an administration to configured various system utilities.

Virtual machines are run on guest operating system supported by hyper-visors on a host operating system. They provide a platform for running multiple and different OS on a physical device.

To update the virtual machine on a system, use the Update-VMVersion command, but the Hyper-V must be upgraded.

Shutdown the virtual machine in the Hyper-V manager, select "Action" and then "configuration settings", then input the Update-VMVersion command.

User Mike Manfrin
by
5.8k points