mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-13 18:07:20 -06:00
38323e6be1
Introduces a new `SerialComputerNames` device naming mode that allows automated device naming during deployment based on the BIOS serial number. The mapping is provided via a CSV file with `SerialNumber` and `ComputerName` columns. This feature requires `CopyUnattend` and writes a `SerialComputerNames.csv` file to the USB deployment media, replacing the need for manual prompts or prefix selection when device serial numbers are known in advance. The UI has been updated to support creating, loading, and saving the CSV mapping content.
81 B
81 B
| 1 | SerialNumber | ComputerName |
|---|---|---|
| 2 | ABC12345 | CORP-001 |
| 3 | DEF67890 | KIOSK-010 |
| 4 | XYZ24680 | STORE-015 |