Jump to content

Okay, so im trying to figure out how to implement Windows Updates into my image's in WDS. Or something of the sort. So that the images will always have the latest updates without me doing anything to them. Or perhaps i can setup a wsus and do something with like sccm or something so that when i deploy the image it will download the updates automatic from my wsus and that will have the same effect? Any idea is great! 

Link to comment
https://linustechtips.com/topic/584613-automatic-image-update-in-wds/
Share on other sites

Link to post
Share on other sites

Have a look at Microsoft Deployment Toolkit (MDT). It gives you a small sub set of the features in SCCM, primarily task sequences, driver packages and application packages.

 

You can add in to a task sequence a step to download and install Windows Updates, it is best to have a local WSUS server for this.

 

While SCCM can do what you want (so can MDT) it is a much bigger tool designed for complete management of computers and as such requires much more resources. Unless you need everything or most of what SCCM offers stick with MDT.

 

Edit: Also MDT is free, SCCM is not.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×