exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 93 discussion

Actual exam question from Microsoft's 70-740
Question #: 93
Topic #: 1
[All 70-740 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a Hyper-V host named Server1 that hosts a virtual machine named VM1. Server1 and VM1 run Windows Server 2016.
The settings for VM1 are configured as shown in the exhibit. (Click the Exhibit button.)

You need to ensure that you can use the Copy-VMFile cmdlet on Server1 to copy files from VM1.
Solution: You start the Hyper-V Guest Service Interface service on VM1.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
References:
https://technet.microsoft.com/en-us/library/dn798297(v=ws.11).aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MiMo
Highly Voted 5 years, 7 months ago
the answer is correct, without guest services, you can not copy and paste between hypervisor and guest
upvoted 6 times
...
pmvo51
Highly Voted 5 years, 5 months ago
The answer is correct: A. The Guest Services allows the Hyper-V administrator to copy files to a running virtual machine. We note that in the image the Guest Services is unchecked but that only means that on VM1 the "Hyper-V Guest Service Interface" service will be disabled. But the service can be manually activated within the VM, allowing copying between host and VM.
upvoted 5 times
...
simocb
Most Recent 4 years, 4 months ago
the answer should be No
upvoted 1 times
...
jhgf
4 years, 4 months ago
There's this one.. and its 'sister' question 196. The thing is, documentation say: "Copy-VMFile : Copies a file *to* a virtual machine" [note *to*] https://docs.microsoft.com/en-us/powershell/module/hyper-v/copy-vmfile?view=win10-ps Question is: "..use the Copy-VMFile cmdlet on Server1 to copy files from VM1" [note: FROM] what gives? Is this command bi-directional?
upvoted 1 times
...
geekcu
4 years, 4 months ago
Guest Services: This is a new Integration Services component introduced in Windows Server 2012 R2 that is disabled by default. Guest Services enables the copying of files to a virtual machine using WMI APIs or using the new Copy-VMFile PowerShell cmdlet
upvoted 1 times
...
lofzee
4 years, 5 months ago
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/integration-services this clearly says 'Provides an interface for the Hyper-V host to copy files to or from the virtual machine.' either way, enabling the service alone isnt enough. so answer is no
upvoted 1 times
lofzee
4 years, 5 months ago
Important The Hyper-V Guest Service Interface service enters a running state when the Guest services service is selected on the Integration Services property page of the virtual machine
upvoted 1 times
...
...
northgaterebel
4 years, 6 months ago
Tested in my lab and answer is B - No. Leaving Guest Services disabled, I started the Hyper-V Guest Service Interface service on the VM and it started then stopped - does not stay running. Ran the Copy-VMFile cmdlet on the Hyper-V Host and it failed due to error: Copy-VMFile : 'DC' failed to copy file. Failed to initiate copying files to the guest. The 'Guest Service Interface' integration service is either not enabled, not running or not initialized.
upvoted 1 times
...
LeongCC
4 years, 9 months ago
Got this q on exam (11AUG2020) The answer is Yes.
upvoted 3 times
...
mans789
4 years, 9 months ago
Guest services The guest service allows the Hyper-V administrator to copy files to a running virtual machine without using a network connection. Beforehand the only way to copy files to the virtual machine was for both the virtual machine and the host be connected to same network and then either use file services to copy file or to create a remote desktop session to the virtual machine and copy files via RDS session.
upvoted 1 times
...
jam7272
4 years, 9 months ago
Copy FROM not possible with that command.. only copy TO.. hence NO
upvoted 1 times
...
jam7272
4 years, 10 months ago
This has got nothing to do with Guest Services. Copy-VMFile only copies TO a VM not FROM a VM. So the answer is B.
upvoted 3 times
...
Bobgross
4 years, 10 months ago
The wording is intentionally trying to trip you up. Start = enable? I found this source. https://charbelnemnom.com/2016/04/how-to-copy-files-between-the-guest-and-the-host-in-hyperv-with-powershell-direct/ You must first have the Guest Services enabled on your VM Enable -VMintegrationService -Name 'Guest serice interface' -VNName <VMNAME> That has to be ran on the host computer. Or you can simply click on the enable box in the image above. Both of these will automatically START the Hyper-V Guest Service Integration in the Services snap in. It starts by default when enabling. Try it yourself. Keep the Guest Services disabled, and try to start the service within the VM and it'll fail.
upvoted 3 times
...
ph86
4 years, 10 months ago
Answer is No. Important The Hyper-V Guest Service Interface service enters a running state when the Guest services service is selected on the Integration Services property page of the virtual machine. To disable this feature in a virtual machine running Windows, set the Hyper-V Guest Service Interface service startup type to Disabled inside the virtual machine. To disable this feature in a virtual machine running Linux, stop and disable the hv_fcopy_daemon daemon. Consult your Linux distribution’s documentation for the steps to stop or disable a daemon process.
upvoted 2 times
...
Voldemort
4 years, 10 months ago
NO - Should be the integration service not interface service.
upvoted 1 times
...
[Removed]
4 years, 11 months ago
The guest service allows the Hyper-V administrator to copy files to a running virtual machine without using a network connection. But not from an VM as stated in the question. Try it in a lab with the copy-vmfile command. Answer is "No"
upvoted 3 times
...
panda
5 years ago
I think B is correct. To start Guest services: 1)At Integration Services pane on the settings for VM1, check Guest services. 2)On service manager or by powershell Start Guest services. (If 1) isn't performed, 2) can not be performed) Since on this question 1) isn't performed and 2) will be able to perform, the solution will not meet the goal.
upvoted 2 times
waseemsmr
4 years, 12 months ago
You are confused. Answer is A You can turn ON it by using Hyper-V, Powershell or Windows Guest https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services
upvoted 1 times
waseemsmr
4 years, 12 months ago
BUT the question is to copy FROM the VM not TO the VM which is confusing. Copy-VMFile is one way only. In this case I will change my mind and answer B
upvoted 2 times
alexnt
4 years, 11 months ago
It is vice-versa. But it is still No.
upvoted 1 times
...
...
...
...
mvdb87
5 years, 4 months ago
Solution: You start the Hyper-V Guest Service Interface service on VM1. No, you can not start the Hyper-V Guest Service Interface service since the Guest Services are unchecked. Read.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago