problem with CopyFilesToVM.psm1
When i start the script i show this error that tell me that the script can't find a file but i don't know witch it is

if I am wrong to insert this post in the problems sorry I am new on github
Had the same error and it got me spend several hours trying to undestand what the error is with making the image bootable. Turns out I always opened the scipt in Powershell ISE (x86), which makes it unable to make the image bootable(It can't run the command bcdboot.exe). So to fix the error open the non-x86 Version of Powershell and follow all the step as provided in the README, then it should work.
.
Omg, thanks that saved me a lot of trouble !
I added a check for this, for future users