Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing WinPE to USB.. does nothing #17

Closed
eichmeyer opened this issue Jul 26, 2020 · 6 comments · Fixed by #18
Closed

Writing WinPE to USB.. does nothing #17

eichmeyer opened this issue Jul 26, 2020 · 6 comments · Fixed by #18

Comments

@eichmeyer
Copy link

No data is copied in the 'Writing WinPE to USB' section.
A folder is created on the 'Images' partition and the install.wim is copied.

image

@eichmeyer
Copy link
Author

Get-RemoteFile -fileUri $winPEPath -destination $usb.downloadPath -expand
unpacks WinPE.zipfile to 'temp\Win10\W' and not to 'temp\Win10\WinPE'. Therefore the files are not found.

@eichmeyer
Copy link
Author

After I renamed the folder under Temp to WinPE, the script works:

image

@tabs-not-spaces
Copy link
Owner

tabs-not-spaces commented Jul 26, 2020 via email

@eichmeyer
Copy link
Author

Publish-ImageToUSB -winPEPath "https://githublfs.blob.core.windows.net/storage/WinPE.zip" -windowsIsoPath "D:\Hyper-V\ISO\de_windows_10_consumer_editions_version_2004_updated_july_2020_x64_dvd_a3933985.iso" -getAutopilotCfg

@tabs-not-spaces
Copy link
Owner

tabs-not-spaces commented Jul 26, 2020 via email

@eichmeyer
Copy link
Author

PowerShell 5.1
under 7 the WindowsAutoPilot will not provide the AutopilotConfigurationFile.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants