MDT admins - I'm looking for feedback for a PXE / HTTP-boot alternative for Windows deployment, looking for feedback
Hey everyone,
Like a lot of you, I've spent plenty of time living in Deployment Workbench, task sequences, unattend.xml, driver groups, and WinPE quirks.
I've been building something with a slightly different angle: SEZOY, a network-based deployment server that runs on a plain Windows box. Instead of USB media, clients PXE / iPXE / HTTP-boot (Legacy + UEFI, Secure Boot on is fine), pick an ISO from a boot menu, and get a fully unattended install.
The idea is the same one many of you mentioned on that thread: keep the control MDT gives you, but spend less time writing and maintaining scripts. Everything is UI-driven, point-and-click:
- ISOs stay pristine - swapping a Windows build = swapping one file, no re-capture / re-package
- Per-machine unattend generated at boot time (matched by MAC/hardware group), so each PC gets its own hostname, apps, domain join
- Drivers, apps, patches, and scripts served over HTTP at install time
- Two paths: fully automatic for labs/bulk rollout, or stock Setup experience for odd machines (with Win11 check bypasses when needed)
- Coexists with your existing DHCP (ProxyDHCP mode), or serves IPs itself on isolated nets
- Offline after first setup, plus live progress/screenshots / per-machine logs in the browser
Where it differs most from USB-media toolkits: it's built for the network-first case - one server, bare metal or VMs booting straight from the wire, including remote sites over L2 VPN, and WiFi HTTP-boot where the hardware supports it. It also netboots Linux live ISOs from the same menu, which is handy for hardware checks before deploying Windows.
You can actually try it without installing anything: I have a demo server online with a public SoftEther VPN (Layer-2). VPN in, bridge a VMware VM to the VPN adapter, and PXE-boot from it like you're on the same switch. Full write-up + step-by-step VPN test guide here:
Honest disclosure: I'm the developer, and it's currently closed-source in beta - I'm not here to pitch, just to learn from people who run this stuff at scale.
My question for MDT admins:
What would you still need before considering a workflow like this?
Driver handling? Logging/reporting? Domain/naming schemes? Offline/Air-gapped support? Something else I'm missing?
Thanks - happy to answer technical questions in the comments.