Windows 10 Client Hyper-V Update rollup

Source: Internet
Author: User

July 29, 2015, Windows 10 is released worldwide, the client version of Hyper-V is also available to global users, and the client version of Hyper-V is less powerful than Hyper-V server, But there are also more features that are worth the common user to solve the problem of installing multiple operating systems for a single machine. Today for you to comb a comparison of windows8/8.1 on the hyper-v,windows 10 to bring you what new features.

1. Windows PowerShell Direct

Windows PowerShell Direct is a new way of managing a simple, reliable configuration of a running virtual machine with no special network or firewall configured. If you want to use and create the appropriate PowerShell direct session, use the following command.

Enter-pssession-vmname vmnameinvoke-command-vmname vmname-scriptblock {commands}

If you want to use Windows PowerShell Direct, both the host and guest operating systems must be Windows 10 or Windows Server Technical Preview and after Windows Server 2016.

Friends who are familiar with Hyper-V know that in an existing environment, hyper-V administrators rely primarily on the following tools to connect to virtual machines running in Hyper-V:

1) Remote management tools: Remote PowerShell or Remote Desktop

2) Hyper-V Management Console connection (VM connection)

Both of these approaches have been used by administrators more often and are well used, but VM connectivity is difficult to automate, and remote PowerShell requires Windows PowerShell expertise and cannot be maintained in a timely manner.

Windows PowerShell Direct provides a powerful script and automation, as well as the ease of handling VM connections.

2. Hot Add and remove virtual Machine network adapter and memory

In the Windows Server 2012r2 or Windows 8/8.1 era, if a hyper-V administrator wants to modify memory for a running virtual machine, adding or removing a virtual machine network adapter requires a certain amount of downtime to perform the operation.

Now in Windows 10, you can modify this information directly in a running virtual machine.

Hot Add Memory:

650) this.width=650; "height=" "title=" clip_image002 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image002 "src=" http://s3.51cto.com/wyfs02/ M01/71/50/wkiol1xldiajle2uaaegp94_2vq644.jpg "border=" 0 "/>

Hot Add Memory

650) this.width=650; "height=" "title=" clip_image004 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image004 "src=" http://s3.51cto.com/wyfs02/ M02/71/54/wkiom1xldcoicy0taaeb7fvggwi624.jpg "border=" 0 "/>


Here I hope that Microsoft can hot add more things, such as hot change CPU.


3. Production Snapshot

Production checkpoints allow you to easily create snapshots of virtual machines, which can fully support all production workloads in a way that restores later "point in time." This will allow the use of Windows Backup technology to create checkpoints instead of using saved state techniques. For the production Checkpoint Volume Replication Service (VSS) will be used within the Windows virtual machine. Linux virtual machines flush their file system buffers to create a file system consistency checkpoint. If you want to create checkpoints to save the current state of your virtual machines, you can still choose to use standard checkpoints for your virtual machines.

By default, the administrator performs checkpoint technology to prioritize the creation of production checkpoints.

650) this.width=650; "height=" 514 "title=" clip_image005 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image005 "src=" http://s3.51cto.com/wyfs02/ M02/71/54/wkiom1xldcowocfaaamedrmsvlq450.jpg "border=" 0 "/>

4. Improvements to the Hyper-V management Console

1) Alternate Credentials support: Now, when you connect to a Windows Server Technical preview remote host, you can use a different set of credentials to verify your identity.

2) Down-level Management: Now you can use Windows 10 Hyper-V Manager to manage multiple versions of Hyper-V, such as Windows Server Technical Preview with Hyper-V, Windows Server 2012/r2 with hyper-v,windows 8/8.1 with Hyper-V.

3) Updated Management Protocol: In the updated Hyper-V Manager, you can use the Ws-man protocol to allow remote Hyper-V hosts to communicate for management by using CREDSSP, Kerberos, or NTLM authentication. When you use CREDSSP to connect to a remote Hyper-V host, it allows you to perform a live migration without configuring Active Directory delegation permissions. Simplifies the configuration required for remote host management by using the Ws-man protocol. (Note: Ws-man uses 80 ports and is turned on by default)

5. Connected Standby Works

When Hyper-V is enabled in Windows 10, the Always on/always Connected (AOAC) power mode is used to ensure that Hyper-V is available in real time. In windows8/8.1, you will need to address the following links.

https://support.microsoft.com/en-us/kb/2973536

6, Linux virtual machine security Boot

In Windows 10, more Linux virtual machines will be available for secure boot in Hyper-V second-generation virtual machines, such as Ubuntu 14.04, SUSE Linux Enterprise Server 12. When you are finished creating a Linux two-generation virtual machine and configured to secure boot mode, we recommend that you use the following command to ensure that your virtual machine is using Microsoft UEFI certification.

Set-vmfirmware vmname-secureboottemplate microsoftueficertificateauthority

For more information about running Linux in Hyper-V, you can participate in:

Https://technet.microsoft.com/library/dn531030.aspx

7. Hyper-V VM configuration file

When you migrate or import a Hyper-V virtual machine in windows8/8.1 to Windows 10, the configuration file for the virtual machine does not automatically upgrade, and this does not affect your use of the virtual machine, but if you want to use the new Hyper-V feature, You will need to manually upgrade the Hyper-V virtual machine configuration file.

Use the following command to check the configuration file information for the current Hyper-V virtual machine

GET-VM * | Format-table Name, Version

Use the following command to upgrade the current Hyper-V virtual machine configuration file

Update-vmconfigurationversion <vmobject>

650) this.width=650; "height=" "title=" clip_image007 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image007 "src=" http://s3.51cto.com/wyfs02/ M00/71/50/wkiol1xldiexfjciaaexcyenicw663.jpg "border=" 0 "/>

Hyper-V Virtual machine configuration file version under windows8/8.1

650) this.width=650; "height=" "title=" clip_image009 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image009 "src=" http://s3.51cto.com/wyfs02/ M00/71/54/wkiom1xldctidleaaacvmoj03gc970.jpg "border=" 0 "/>

Hyper-V Virtual machine configuration file version under Windows 10

Note:

1) After you upgrade the configuration file for the Hyper-V virtual machine, you can no longer migrate the virtual machine from Windows 10 to windows8/8.1;

2) The Hyper-V virtual machine configuration file can not be downgraded from V6 to V5;

3) The virtual machine must be shut down to complete the upgrade of the Hyper-V virtual machine configuration file;

8. New file format for Hyper-V VMS

The new Hyper-V virtual machine configuration file format is designed to improve disk read/write efficiency. And can effectively reduce the risk of potential data corruption when a storage failure occurs.

The new configuration file format extension is. VMCX, and the extension. Vmrs will be used to store the related data. Because the extension file is a binary file, you cannot edit it directly.

650) this.width=650; "height=" 343 "title=" clip_image010 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image010 "src=" http://s3.51cto.com/wyfs02/ M01/71/54/wkiom1xldcsxnilcaafzeyesnf8541.jpg "border=" 0 "/>

Virtual machine configuration file format under Windows 8/8.1

650) this.width=650; "height=" "title=" clip_image012 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image012 "src=" http://s3.51cto.com/wyfs02/ M02/71/54/wkiom1xldctrq5e5aafmxfypnro197.jpg "border=" 0 "/>

Virtual machine configuration file format under Windows 10

9. Cancellation of Hyper-V Integration Services

Before Windows 10 or Windows Server Technical Preview, Hyper-V is typically required to install Hyper-V Integration Services in order to get better usage performance, and the file is built into the system to medium (C:\Windows\ System32\vmguest.iso).

Beginning with Windows 10, Hyper-V Integration Services will be updated to the system via Windows Update for better performance and experience.

650) this.width=650; "height=" 337 "title=" clip_image014 "style=" margin:0px;border:0px;padding-top:0px; Padding-right:0px;padding-left:0px;background-image:none, "alt=" clip_image014 "src=" http://s3.51cto.com/wyfs02/ M01/71/54/wkiom1xldcsrqberaaeief7_9lm872.jpg "border=" 0 "/>

Hyper-V Integration Services under Windows 8/8.1

650) this.width=650; "height=" 332 "title=" clip_image016 "style=" border:0px;padding-top:0px;padding-right:0px; Padding-left:0px;background-image:none, "alt=" clip_image016 "src=" http://s3.51cto.com/wyfs02/M02/71/50/ Wkiol1xldiexfijlaad4pmflmd4564.jpg "border=" 0 "/>

Hyper-V under Windows 8/8.1 does not have this option

I'll explain the new features of WINDOWS10 client Hyper-V in a follow-up article.

This article is from "Xu Ting blog-it technology sharing" blog, please be sure to keep this source http://ericxuting.blog.51cto.com/8995534/1684095

Windows 10 Client Hyper-V Update rollup

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.