Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamxp12/77d5f7502f7abfa7df9c9f127112adb1 to your computer and use it in GitHub Desktop.
Save adamxp12/77d5f7502f7abfa7df9c9f127112adb1 to your computer and use it in GitHub Desktop.
Copy-Item -Path "\\arnoldv2\iso\Windows disks\en_windows_10_enterprise_x64_dvd_6851151.iso" -Destination c:\en_windows_10_enterprise_x64_dvd_6851151.iso;
This powershell command is used to copy from a server in this case arnoldv2 to the local C: drive on a Hyper-V core
run this on the Hyper-V server using powershell
You might argue saying that you should just use the UNC path directly in Hyper-V manager but even after following every blog post on google I couldnt get it past the "Permision to open attachment" error and this method results in a faster install time as its not streaming ISO over network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment