Run Windows Deployment Services from start to finish without using the network

disk-imageimagingwds

I'm fairly new to the Imaging world, and I'm going to be imaging some Dell Venue tablets that don't support PXE booting. I've been reading up on WDS and see that I could potentially create something called a discover image in order to effectively find the WDS server, but I'm wondering if I can forgo that in favor of the old-school route.

In other words, I'm wondering if I can make some kind of capture image, put it on a USB flash drive, and then transfer the captured image back via the same flash drive to finalize it on the WDS server machine, and then create whatever final image to, likewise, be put onto a flash drive. Basically, I want to know if I can create bootable media without involving my local network that will have the final image on it.

I'm sure people will tell me all about how superior PXE booting is, but the only reason I shy away from doing that is honestly that my networking skills are not the best and I'm worried that if I start messing with DHCP it's going to bring down the network. Of course I recognize that doing things by flash drives is physically slower, but I'm wondering if it's technically possible.

Best Answer

If you're interested in capturing an image automatically from your computer(s) to physical media (E.G. CD, DVD, BD, USB, etc...) you can use a tool that Microsoft created called: Microsoft Deployment Toolkit.

MDT Supports all media types as long as it is bootable on your system. So if that is USB then it will work. If it is PXE then use that.

You can create a sequence of commands called a task sequence to automate whatever you're doing from deploying operating systems to capturing an image of an operating system. MDT includes example and template task sequences for the vast majority of deployment/imaging scenarios. It includes support for drivers, applications, SQL monitoring, ADDS, and much more!


Final thoughts: PXE booting is only if you need it. If you have an environment with a lot of computers then I would recommend PXE. If you can handle it with DVDs, CDs and USBs then go for it. Go with whatever you're comfortable with.

PXE ain't hard if you have a MS DHCP server because WDS auto configures it (if you check the box in properties of the WDS server).


Links:

Microsoft Deployment Toolkit (It is free):

https://technet.microsoft.com/en-us/windows/dn475741.aspx

How to include all of the boot files on physical media (it is tailored to deployment but the same principles apply to image capture, just make sure you have a writeable medium for recording the image):

http://www.vkernel.ro/blog/creating-an-offline-mdt-deployment-media


TL;DR:

It is possible to image capture automatically from physical media (E.G. CD, DVD, BD, USB, etc...) as long as you have a place to store the image after it is captured.