I’ve spent a lot of time in the home lab (and at work) wrestling with the "standard" way we handle Windows deployments. We’ve all been there: maintaining WIM files, keeping driver injection scripts updated, and the endless cycle of "re-capturing" images every time a new Windows build drops.
I started wondering if we could flip the script. Instead of optimizing the image, why not optimize the engine?
I’ve been developing something I call SEZOY. It’s a lightweight, zero-touch deployment engine that basically aims to make the "USB stick and manual setup" workflow extinct.
I'm curious how the STH crowd is handling mass deployments these days? Are you still sticking with MDT/WDS, or have you moved toward more dynamic, network-based provisioning?
I’m looking for some feedback from people who deal with mixed hardware environments. If anyone wants to take it for a spin and see how it handles your specific setup, let me know and I’ll be happy to share the details!
Note: TekDT BMC Pro was renamed to SEZOY. Read document at https://tekdt.xyz/en/docs
I started wondering if we could flip the script. Instead of optimizing the image, why not optimize the engine?
I’ve been developing something I call SEZOY. It’s a lightweight, zero-touch deployment engine that basically aims to make the "USB stick and manual setup" workflow extinct.
The core philosophy:- Zero Image Maintenance: It uses clean, untouched Windows ISOs. No pre-capturing, no bloated WIMs.
- Runtime Logic: Everything happens in WinPE at runtime. It detects the hardware, loads the necessary storage/RAID drivers dynamically, and handles the setup on the fly.
- Network-First: I’ve focused heavily on PXE and HTTP Boot. In supported environments, I’ve even managed to get it running HTTP Boot over Wi-Fi (need firmware support), which has been a game changer for deployment in spots where I can't drop a copper line.
I'm curious how the STH crowd is handling mass deployments these days? Are you still sticking with MDT/WDS, or have you moved toward more dynamic, network-based provisioning?
I’m looking for some feedback from people who deal with mixed hardware environments. If anyone wants to take it for a spin and see how it handles your specific setup, let me know and I’ll be happy to share the details!
Note: TekDT BMC Pro was renamed to SEZOY. Read document at https://tekdt.xyz/en/docs
Last edited:


