How to copy-paste files to Hyper-V VMs

From the Hyper-v Settings, select Enhanced Session Mode and tick the check box of Use enhanced session mode.

Now we are now ready to copy the file from the host (source) to the guest VM (destination) using the following command:

Copy-VMFile "MUG-MYDESKTOP" -SourcePath "C:\installing-windows-server-2016.zip" -DestinationPath "C:\installing-windows-server-2016.zip" -CreateFullPath -FileSource Host

One thought on “How to copy-paste files to Hyper-V VMs

Leave a reply to Support Cancel reply