using SCCM 2012 beta 2 in a LAB – Part 11. Deploying Software Updates

In Part 1. of this series we Installed SCCM 2012, in Part 2 we started to configure it. In Part 3, we configured Beta 2 some more by enabling Active Directory discovery methods, adding some site system roles, configuring the computer client agent and client push settings and finally doing a manual client installation to verify it all worked, in Part 4 we looked at installing an application using Application Management and the Software Catalog and the Software Center features of SCCM 2012, and in Part 5, we added the FSP, SLP, SMP, SUP.

In Part 6 we got our SCCM 2012 server ready for Deploying Windows 7 Enterprise SP1 so that we could start deploying some Windows 7 clients to enhance our LAB, then in Part 7 we created a Build and Capture Task Sequence and deployed it to our Build and Capture collection.

In Part 8 we created our Network Access Account and captured our Windows 7 SP1 image (and Windows 7 RTM). We deployed that captured image to a new Virtual Machine in Part 9 by importing our captured images, creating a new Deploy Task Sequence and then Deployed Windows 7. In Part 10 we Synchronized Software Updates and verified that they were synchronising using logs.

Quote

The software update deployment
phase is the process of deploying the software updates. Typically the
software updates are added to a software update group and then the
software update group is deployed. When the deployment is created, the
software updates policy is sent to client devices, and then the software
update content files are downloaded to and installed on the client.
Clients send state messages back to the site server that report whether
the software update installation was successful. There are two main scenarios for deploying software updates in your environment – manual deployment and automatic deployment.
Typically, you will manually deploy software updates to create a
baseline for your device clients, and then you will manage software
updates on devices using automatic deployment.

Technet Recommended Reading:

Operations and Maintenance for Software Updates in Configuration Managerhttp://technet.micro….aspx#SUMDeploy

Step 1 . Specify Search Criteria for Software Updates

In the console, click Software Library, expand it and select All Software Updates then click on Add Criteria in the top right of the search field.

Attached Image: monthly_09_2011/post-1-0-05668900-1315763627.png

In the scrollable Add Criteria menu, select the following options

  • Bulletin ID
  • Expired
  • Superseded
  • Product

then define the criteria using the drop down menus beside each option so that they look like so

Attached Image: monthly_09_2011/post-1-0-41068500-1315764204.png

click on Search to search for updates that
match your specified criteria, It will filter down your results like so
(previously there were over 25000 items now we are down to 145 items)

Attached Image: monthly_09_2011/post-1-0-81966800-1315764441.png

let’s save our Search criteria and call it Windows 7 Updates search criteria, you can return to this search later by clicking on saved searches and selecting your search from the list.

Attached Image: monthly_09_2011/post-1-0-28615700-1315764742.png

Step 2. Create a Software Update Group that Contains the Software Updates

Note:
Normally you’d want to look through all these updates and filter out
(delete) the ones that are not applicable to you, such as Beta or
Service Packs, Delete these from your list before continuing.

Now that we’ve trimmed down out updates we’ll select the remaining updates by selecting all the updates found in our search criteria above by clicking on one update and then pressing CTRL + A, it should say 145 items selected in the bottom left corner

Attached Image: monthly_09_2011/post-1-0-22501900-1315766209.png

In the ribbon, click on Home and then in the Update group click on Create Software Update Group, call it Windows 7 Updates and click on Create

Attached Image: monthly_09_2011/post-1-0-17904100-1315766401.png

Now you can click on Software Update Groups in the console and you’ll see your newly created Software Update Group, right click on it and choose Show Members to see the updates in this group.

Attached Image: monthly_09_2011/post-1-0-57999700-1315766712.png

Our updates contained in the Software Update Group are listed

Attached Image: monthly_09_2011/post-1-0-45838400-1315766829.png

Step 3. Deploy the Software Update Group

We could Posted Imagedownload the Content for the Software Update Group to verify that it’s available before distributing it to our Distribution Points, but we’ll skip that step and go ahead and deploy our Updates.
Before Doing so let’s create a new Collection, so click on Assets and Complicance in the console,click on Device Collections and in the ribbon click on Create Device Collection.

Attached Image: monthly_09_2011/post-1-0-98671200-1315767601.png

Call the collection All Windows 7 computers and limit it to All Systems

Attached Image: monthly_09_2011/post-1-0-82650900-1315767688.png

click next, choose Query Rule from the drop down menu and fill in a Query like so (edit query statement, criteria, show query language and replace the code with the below)

select *  from  SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Workstation 6.1%"

Attached Image: monthly_09_2011/post-1-0-99355700-1315767958.png

click next, next, close. You can click on that collection now and look at it’s members.

Attached Image: monthly_09_2011/post-1-0-20950000-1315768048.png

In the console select Software Library and then Software Update Groups. We’ve already created our Software Update Group above so let’s deploy it, select the Software Update Group and in the Ribbon click on Deploy.

Attached Image: monthly_09_2011/post-1-0-06880300-1315767283.png

give the Deployment a name and suitable description, click on Browse beside collection and choose our newly created Windows 7 Computers collection

Attached Image: monthly_09_2011/post-1-0-27526000-1315768503.png

We want the updates to be mandatory so select Required

Attached Image: monthly_09_2011/post-1-0-57017500-1315768656.png

click next through the wizard until you get to Deployment Package, create a new deployment package,

Note: Make sure that \\vnext\sources\updates\windows7
(or whatever path you choose) exists otherwise the wizard will fail
below when it tries to Download as the Network Path won’t exist

Attached Image: monthly_09_2011/post-1-0-42220600-1315768859.png

select our distribution points (vnext)

Attached Image: monthly_09_2011/post-1-0-08867200-1315768944.png

select The Internet as our download location

Attached Image: monthly_09_2011/post-1-0-86399900-1315769217.png

click next until you get to the Summary, and on the summary screen if
you want to save this template (and you do for later use) click on Save Template, call it Windows 7 updates Template

Attached Image: monthly_09_2011/post-1-0-79876000-1315769417.png

click save, next and now the downloading starts…(time for coffee anyone ?)

TIP:
To review the progress of this task, while you are waiting for the
wizard to complete you can browse the UNC on your server of your
Deployment Package to see that it’s actually filling up with updates,
you should see something like this

Attached Image: monthly_09_2011/post-1-0-78567500-1315770843.png

And that’s it !, after you complete the wizard the software updates in the software update group are deployed to clients in the target collection.

Attached Image: monthly_09_2011/post-1-0-50732300-1315771964.png

In the next part we’ll verify that the clients are indeed getting the updates.

Note: The original post is here

cheers
niall

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.