mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
de8524b37c
Improves the performance of creating multiple deployment USB drives by refactoring the process to run in parallel using `ForEach-Object -Parallel`. Key changes: - Mounts the deployment ISO once before processing begins, rather than for each individual drive. - Partitions, formats, and copies files to multiple USB drives concurrently, significantly reducing the total time required. - Simplifies and cleans up the FFU selection logic. - Standardizes on `robocopy` for all large file transfer operations to improve performance and logging.