rbalsleyMSFT / FFU

Using Full Flash Update files to speed up Windows Deployment
MIT License
70 stars 17 forks source link

2410.1 Allow update caching #87

Open JonasKloseBW opened 6 days ago

JonasKloseBW commented 6 days ago

This change adds the parameter $AllowUpdateCaching to the script.

If set to true, the script copies all downloaded msu files from the Microsoft Update Catalog into a cache folder. When the script runs again, it will look for the msu files with the proper file hash in the download cache folder first. There can be significant time savings since msu files sometimes get larger than 1gb.

JonasKloseBW commented 3 days ago

Merged current 2410.1 into pull request