xetup/scripts
X9 Dev 64646f1b7f feat: email report, pre-flight checks, parallel winget installs
Email report: HTML summary sent via SMTP2Go (mail-eu.smtp2go.com)
at the end of every deployment. Subject "xetup report HOSTNAME",
body contains per-step status table with timestamps. Non-blocking
(goroutine) so it doesn't delay the summary screen.

Pre-flight checks: admin rights, winget availability, network
connectivity (DNS resolve), and disk space verified before the
config form. Results shown as colored status lines at the top
of the GUI - red warnings tell the technician what's wrong
before starting a 30-minute deployment.

Parallel winget: 02-software.ps1 now launches all winget installs
as background jobs (Start-Job) and waits for all to complete.
7-Zip, Acrobat, OpenVPN run simultaneously instead of sequentially,
saving 3-5 minutes per deployment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 12:26:22 +02:00
..
00-admin-account.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
01-bloatware.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
02-software.ps1 feat: email report, pre-flight checks, parallel winget installs 2026-04-17 12:26:22 +02:00
03-system-registry.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
04-default-profile.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
07-backinfo.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
08-activation.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
09-pc-identity.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
10-network.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
11-dell-update.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
12-windows-update.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00
common.ps1 fix: workflow audit - config parsing, step ordering, cleanup 2026-04-17 12:21:41 +02:00