You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder about adding functionality, which would allow to download iso/files of the system, with same os version. architecture, language etc., to be used to repair components corruption.
Quite often a existing system has problems with getting proper files from Windows Update and mounting iso is the only option.
So, to save bandwidth/cost I'm thinking about downloading a full Windows image locally and using it to repair the system.
Sample, usage scenario:
import OSD module
download and prepare files to mount wim/iso matching the local system
You could probably write your own script stealing a lot of the code in the Invoke-OSDCloudIPU function.
That function will detect what is currently running on the device, and also builds the install media from the ESD file.
I've so rarely found /RestoreHealth to actually do anything useful.
If others would find this functionality useful, go ahead and reopen with additional business justifications.
Thanks
Hi . Thanks for the great project.
I wonder about adding functionality, which would allow to download iso/files of the system, with same os version. architecture, language etc., to be used to repair components corruption.
Quite often a existing system has problems with getting proper files from Windows Update and mounting iso is the only option.
So, to save bandwidth/cost I'm thinking about downloading a full Windows image locally and using it to repair the system.
Sample, usage scenario:
(https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/repair-a-windows-image)
The text was updated successfully, but these errors were encountered: