0x80004005 Error when trying to copy file from guest to VM using powershell

0

By using the Copy-VMFile command in powershell (Windows 10), I receive the 0x8004005 ( non specified error).

The cammand used is : Copy-VMFile -VMName n1 -FileSource Host -CreateFullPath -SourcePath "C:/Downloads/fichier1.tar.gz" -DestinationPath "/Downloads"

How can I resolve this problem ?

windows
powershell
copy
hyper-v
asked on Stack Overflow Feb 13, 2020 by kawsaw • edited Feb 13, 2020 by kawsaw

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0