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

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s