Windows Deployment Methods
Computers in the enterprise world require being up-to-date. This means IT teams need to be able to have a solid OS deployment plan for all the employees. With so many scenarios, it’s important that the plan be flexible as well as functional. Luckily, Microsoft offers many options of deployment to help cater for the wide range of scenarios. This post will briefly discuss the comparison between some of traditional deployment methods: WDS, MDT, SCCM. WDS Windows Deployment Services is a feature installed on Windows Server OS that gives the capability to push a Windows OS image to a computer. It’s a good foundation to have set up to start your deployment methods. This option has the quickest initial setup to get up and running but does require more manual configuration when it comes to building the OS image to your liking. MDT Microsoft Deployment Toolkit takes WDS take it to one big step further from WDS. It actually requires WDS to work but implements Lite Touch Installation. This would...