You need to configure the VMs

A company has seven Windows Server 2012 R2 virtual machines (VMs). The VMs are running and are
accessible over the network. You plan to copy a large .ISO file from the host server to each of the VMs.
The copy operations must meet the following requirements:
The VMs must remain accessible over the network during the copy operations. The copy operations must NOT
use a network connection.
You need to configure the VMs. What should you do on each VM?

A company has seven Windows Server 2012 R2 virtual machines (VMs). The VMs are running and are
accessible over the network. You plan to copy a large .ISO file from the host server to each of the VMs.
The copy operations must meet the following requirements:
The VMs must remain accessible over the network during the copy operations. The copy operations must NOT
use a network connection.
You need to configure the VMs. What should you do on each VM?

A.
Enable the Guest services integration service.

B.
Enable the Data Exchange integration service.

C.
Add a network adapter, and then enable the virtual machine queue (VMQ) option on the adapters.

D.
Set the value of the Smart Paging File Location property to %SYSTEMROOT%\temp.



Leave a Reply 2

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


KameX

KameX

What’s New in Hyper-V for Windows Server 2012 R2

Integration services
Hyper-V integration services are updated with a new service that allows Hyper-V administrators to copy files to the virtual machine while the virtual machine is running without using a network connection.

What value does this change add?
In previous versions of Hyper-V, a Hyper-V administrator may have needed to shut down a virtual machine to copy files to it. A new Hyper-V integration service has been added that allows the Hyper-V administrator to copy files to a running virtual machine without using a network connection.

What works differently?
A Windows PowerShell cmdlet, Copy-VMFile, also has been added for this new feature. The following services must be enabled for this feature to work.

Guest services on the Integration Services property page of the virtual machine needs to be selected. By default this setting is not selected.

Or you can enable the Guest services by using the Enable-VMIntegrationService Windows PowerShell cmdlet.

The Hyper-V Guest Service Interface service in the guest operating system must be running.

http://technet.microsoft.com/en-us/library/dn282278.aspx

Matt

Matt

Agreed. The answer is A.