Hi, We have been researching and trying multiple different approaches to a deployment configuration for all of our desktop PCs. We are trying to come up with an easy system where we can build a Base image with OS, applications, drivers etc for a single model of PC (Vostro 260, 270, XPS 8700 are the main models). We then want to capture the image (WIM) and then convert this WIM into a bootable VHD that can be updated with windows updates, program changes etc. Lastly after a certain time frame, we want to convert this back to a WIM that we can deploy.
We have been currently capturing the WIM with imagex and adding it to our WDS, but this means every time we need to complete updates, we need to shoot it back down and update and recapture.
I've tried WIM2VHD and most recently the capture-wimdowsimage.ps1, both of which I haven't had much luck.
Has anyone else tried and succeded with this idea?