Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


September 2005

WSUS Serves the Enterprise

Get your updates here!
RSS
Subscribe to Windows IT Pro | See More Hotfixes Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Keeping your systems up-to-date just got easier. Windows Server Update Services (WSUS), the long-awaited update to Microsoft Software Update Services (SUS), has finally arrived. WSUS takes SUS's basic update- distribution functionality and enhances it in several important ways—most significantly scope: WSUS distributes updates for products other than the Windows OS, namely Microsoft Exchange Server, SQL Server, and Office, with support for more products coming in the future. WSUS also provides more reporting and management functionality and supports targeted approval of updates for computer groups you define. Let's look at WSUS in its most basic implementation then at the factors that will drive how you implement WSUS.

THE BASICS
The simplest WSUS implementation is a single WSUS server installed on a Windows Server 2003 or Windows 2000 Server machine. WSUS creates a SQL Server database to store information about available updates and regularly synchronizes the database with Microsoft servers. (Note that you don't need to purchase SQL Server; WSUS can use Microsoft SQL Server Desktop Engine—MSDE). WSUS downloads the actual updates from Microsoft and stores them on the local server, as Figure 1 shows.

On the client side, you must configure each machine to obtain its updates from WSUS instead of downloading them from Microsoft's servers via the Internet. You can use Group Policy to automate and centrally manage this client configuration. Each client requires the latest version of Automatic Updates and Windows Installer.

After you configure the WSUS server and clients, you can begin approving updates. To do so, use a browser to access the WSUS administration Web pages. When you approve an update, clients will begin downloading and applying the update as they check in with WSUS. An update should be fully deployed to clients connected to the LAN within 24 hours.

That's an overview of a simple WSUS implementation. Now let's look at some more advanced WSUS functionality, which you might require depending on the topology of your network, number of computers, variety of systems, and other factors.

TARGETING UPDATES TO COMPUTER GROUPS
To minimize instability risks and system restarts, you might prefer to install only the updates you judge to be necessary for a given system. Or you might want to initially roll out updates to a set of test computers before extending the rollout to your production environment. With SUS you had to create a separate SUS server for each group of computers that you wanted to handle differently. WSUS lets you create computer groups, then assign updates appropriate for each group. WSUS computer groups are specific to WSUS and have nothing to do with domain or local Windows groups.

Implementing WSUS computer groups is simple. You first create the group in the WSUS administrative console, then assign the appropriate computers to the group. WSUS includes two predefined groups: All Computers and Unassigned Computers. All computers that you've configured to use this WSUS server are members of the All Computers group, and you can't remove computers from All Computers. Initially, each of these computers is also a member of Unassigned Computers, but as soon as you assign a computer to some other group, it's removed from Unassigned Computers. A computer can be a member of only one WSUS group other than All Computers, so if you subsequently assign a computer in Group A to Group B, it will no longer be in Group A.

You have two options for assigning computers to groups. If you have a small number of computers, you can assign computers to groups manually via the WSUS console. If you have many computers or if you want to base membership on policy rules so that new computers will automatically be added to the appropriate group, you can use Group Policy. WSUS provides an administrative template that includes a setting to specify the WSUS computer group. You can load the template into any Group Policy Object (GPO). Group Policy lets you assign WSUS computer group membership based on organizational unit (OU) or any other criteria with which you can set the scope of Group Policy application. When you deploy a new computer, it will automatically be assigned to the appropriate group according to the Group Policy it receives.

OPTIMIZING BANDWIDTH WITH WSUS SERVER HIERARCHIES
Do you have multiple locations connected by a VPN or WAN or computers that connect only occasionally through a remote access VPN? If so, you might not want to push updates (which can be quite large) over such connections to branch offices and remote users. WSUS provides functionality to handle such situations. The service lets you set up a hierarchy of WSUS servers that passes updates and approvals from upstream servers to downstream servers at another site. Then the downstream servers distribute the updates to local clients over the LAN at the local site, as the New York and Dallas sites in Figure 2 show. Thus, if your organization has 30 servers or workstations at a site, a given update traverses the WAN once instead of 30 times.

If you don't have enough clients at a site to warrant setting up a downstream WSUS server but you still need to conserve WAN bandwidth, you can configure the site's clients to use your main WSUS server to determine which updates to apply but have the clients download the updates from Microsoft's servers via their local Internet connection, as the Podunk site in Figure 2 illustrates. This scenario also works well for mobile users whose connection to the network is limited to remote access VPN connections.

When you combine WSUS server hierarchies and computer groups, an interesting thing happens. Downstream WSUS servers inherit the groups created on the upstream server but not the membership. So if you create a Servers group and a Workstations group on the root WSUS server, downstream servers will inherit the two group names but will maintain their own membership lists. You can then use Group Policy or manual methods to assign computers at a given site to the appropriate group on the site's local WSUS server. Then when you approve an update for the Servers group, all servers will receive the update no matter where they reside.

MIGRATING FROM SUS
Do you already have SUS implemented on your network, and you don't want to start over with WSUS? Good news: WSUS supports migrating your approvals and updates from SUS to WSUS and lets you consolidate multiple SUS servers. To migrate, simply install WSUS (either on the same computer as the SUS implementation or on a different one), then use Wsusutil to migrate the approvals and updates from SUS to WSUS. (You'll find Wsusutil under Program Files, Update Services, Tools.) If you're consolidating multiple SUS servers into one WSUS server, you can specify a different computer group on the WSUS server to receive the approvals of each SUS server you migrate.

When you perform same-server or remote-server migrations, you need to take some specific steps to enable WSUS to access the information in SUS and to prevent SUS and WSUS from colliding. Refer to the migration scenario that fits your needs in the "Deploying Windows Server Update Services" operations guide at http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/wsus/wsusdeploymentguidetc/ace052df-74e7-4d6a-b5d4-f7911bb06b40.mspx.

SECURITY CONCERNS
The Automatic Updates client on each computer verifies the digital signature of each update before applying it so you're protected from malicious or corrupted updates being introduced by an attacker who compromises a WSUS server or modifies the update as it travels over the network. Therefore the risk of attacks on WSUS is, for the most part, limited to interruption of the update process. Nevertheless, you can implement authentication between WSUS servers and implement Secure Sockets Layer (SSL) between WSUS servers and between WSUS servers and clients. The operations guide outlines these and other methods to secure WSUS servers from network-based attacks.

START YOUR UPDATES
WSUS is a more mature version of SUS that will help you keep your systems up-to-date and hardened against the latest threats. I encourage you to download WSUS today and begin testing it. You can install WSUS alongside SUS without affecting your current update process. The sooner you get WSUS going the sooner you can rest assured that your systems are current, not only with core Windows updates but with Office, SQL Server (including MSDE versions), and Exchange Server updates, as well, with more supported products to come.

End of Article



Reader Comments
jnj

clarkeyi June 01, 2007 (Article Rating: )


You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
WinInfo Short Takes: Week of September 8, 2008

An often irreverent look at some of the week's other news, including the long-awaited back to school season, Microsoft's first Seinfeld/Gates ad, some EU insights, another Netbook improvement, Opera silliness, and much, much more ...

VMware and the Future of Virtualization

What's next for virtualization and business IT? Windows IT Pro senior editor Jeff James speaks with VMware President and CEO Diane Greene on the future of virtualization technology. ...

IE 8.0 and Chrome Could Enable Next-Gen Web Apps—Unless Your ISP's Bandwidth Cap Gets in the Way

Both browsers are being positioned as the core system application that will enable the next generation of web apps--however, ISP usage caps could throw a major monkey wrench at web-based application delivery. ...


Security Whitepapers Protecting (You and) Your Data with Exchange Server 2007

Extended Validation SSL Certificates

Unauthorized applications: Taking back control

Related Events Check out our list of Free Email Newsletters!

Security eBooks Spam Fighting and Email Security for the 21st Century

Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

Related Security Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.

Job Openings in IT


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

IT Connections
Dive into the new Microsoft platforms and products you implement and support with the experts from Microsoft, TechNet Magazine, Windows ITPro and industry gurus. There are 70+ sessions and interactive panels with networking opportunities.

Attention User Group Leaders...
Announcing the eNews Generator—a FREE HTML e-newsletter builder for user group leaders. Build your HTML and text e-newsletters in minutes and add Windows IT Pro & SQL Server Mag articles alongside your own message!.

Master SharePoint with 3 eLearning Seminars
Learn how to build a better SharePoint infrastructure and enable powerful collaboration with MVPs Dan Holme and Michael Noel. Register today!

Get SQL Server 2008 at WinConnections
Don’t miss Microsoft Exchange and Windows Connections conferences, the premier events for Microsoft IT Professionals in Las Vegas, November 10-13. Every attendee will receive a copy of SQL Server 2008 Standard Edition with one CAL.



Interested in Email Encryption?
Read about the advantages of identity-based encryption in this free report.

Order Your SQL Fundamentals CD Today!
Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.

Virtualization Congress Oct. 14-16 in London
Don't miss Virtualization Congress, the premiere EMEA conference dedicated to hardware, OS and application virtualization. Oct. 14-16.
Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technical Resources Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing