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 July 21, 2008

An often irreverent look at some of the week's other news, including an iPhone 3G defeat, 180 million copies of Windows Vista in the wild, Microsoft earnings some more Yahoo silliness, Wii vs. Xbox 360, EU vs. Intel, AMD ousts its CEO, and so much more ...

The Memory-Optimization Hoax

Don't believe the hype. At best, RAM optimizers have no effect. At worst, they seriously degrade performance. ...

The iPhone as a Mail Device

An Exchange administrator and self-proclaimed "Windows Mobile device wrangler" gives you the scoop on how well the iPhone 3G works for enterprise email, and points out some surprising omissions in Apple's latest release. ...


Security Whitepapers Anti-Virus Is Dead: The Advent of the Graylist Approach to Computer Protection

Getting the Job Done: Comparing Approaches for Desktop Software Lockdown

Instant Messaging, VoIP, P2P, and games in the workplace: How to take 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.


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

Shortcut Guide to SQL Server Infrastructure Optimization
With right tools and techniques, you can have a top-performing SQL Server infrastructure without having to cram your data centers so that they're overflowing. Download this eBook to learn how.

WinConnections Conference Fall 2008
Don’t miss the premier event for Microsoft IT Professionals in Las Vegas, November 10-13. Register and book your room by August 25 and receive a FREE room night (based on a three night minimum stay).

Become a fan of Windows IT Pro on Facebook!
Join us on Facebook and be a fan of Windows IT Pro!

Continuous Data Protection and Recovery for Exchange
Read this white paper to learn about Continuous Data Protection (CDP), Exchange 2007's local continuous replication and cluster continuous replication features.

Rev Up Your IT Know-How with Our Recharged Magazine!
The improved Windows IT Pro provides trusted IT content with an enhanced new look and functionality! Get comprehensive coverage of industry topics, expert advice, and real-world solutions—PLUS access to over 10,000 articles online. Order today!

Tips to Managing Messaging
Discover three fundamental mail and messaging management services - security, availability and control services - and how you can implement them in a Microsoft-centric mail and messaging environment.

Get It All with Windows IT Pro VIP
Stock your IT toolbox with every solution ever printed in Windows IT Pro and SQL Server Magazine plus bonus Web-exclusive content on hot topics. Subscribe to receive the VIP CD and a subscription to your choice of Windows IT Pro or SQL Server Magazine!



Drag & Drop Data Mapping Tool
Try this award-winning data mapping, & transformation tool that supports multiple databases, flat files, Web services, EDI, Excel 2007, & more! Free trial for 30 days!

Overcome bloated Windows file systems
Crossroads FMA delivers powerful yet inexpensive data migration

Bandwidth Monitoring Tool from SolarWinds
Identify largest bandwidth users in seconds. Get the free download now.

Speed Deployment of Vista and Microsoft Office
Read this white paper to learn how you can maximize your Vista and Office investments while lowering costs and increasing efficiency.

Integrated Virtualization Done Right
Download this white paper on server virtualization to begin improving resource utilization and lowering operating costs.

Order Your Fundamentals CD Today!
Gain an introduction to Exchange, learn server security requirements, and understand how unified communications can play a role in your messaging strategies with this free Exchange CD.

KVM over IP Solutions
Learn about a KVM over IP solution that is specifically designed to meet the needs of the distributed IT environment.
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
IT Library Technical Resources Directory Connected Home Windows Excavator 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