Your best source of information and news about BIOS, xp and Vista hardware on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

WSUS

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category WSUS.

6 Patches Next Week

Microsoft will be addressing the issue discussed in Security Advisory 971778 concerning a vulnerability in DirectShow! Microsoft will be releasing...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]


Written by magakos on July 10th, 2009 with no comments.
Read more articles on Blade Updates and otherSoftware and patches and WSUS.

Install Windows updates on the command line and in scripts

Everybody knows that i'm a real fan of scripting :). I was really happy to read post of Michael Pietroforte about WuInstall 1.2 Pro... Continue at...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]


Written by magakos on June 4th, 2009 with no comments.
Read more articles on Command Line and otherSoftware and script and windows updates and WSUS.

[Solved] Clients don’t show up in WSUS

I had a problem with a small group of computers which I deployed in my organisation.
The computers were deployed through images which I created with DriveImage XML.
All went well but I forgot one small step which I will explain later. The computers didn't show up in WSUS but did get their updates from the wsus server I was puzzled.
Then it hit me I did nog give the computers a new sid!
This explained why they did get their updates but did not show up in wsus except for 1. On the systinternal site I grabbed the utility NewSID v4.10 and gave the computers a newsid.

However they still didn't showed up in WSUS. But I found the solution here Athif Khaleel's WSUS blog:

@echo off
Echo Save the batch file "AU_Clean_SID.cmd". This batch file will do the following:
Echo 1. Stops the wuauserv service
Echo 2. Deletes the AccountDomainSid registry key (if it exists)
Echo 3. Deletes the PingID registry key (if it exists)
Echo 4. Deletes the SusClientId registry key (if it exists)
Echo 5. Restarts the wuauserv service
Echo 6. Resets the Authorization Cookie
Echo 7. More information on http://msmvps.com/Athif
Pause
@echo on
net stop wuauserv
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
net start wuauserv
wuauclt /resetauthorization /detectnow
Pause

And now your clients will show up in WSUS if they do not show up immediately don't worry allow for a 10 minute cycle.

Written by Teus on September 18th, 2008 with no comments.
Read more articles on otherSoftware and newsid and WSUS 3.0 and sid and WSUS.

Script to Force Update from WSUS

This script will force the Update Detection from Automatic Update Client to check for updates on WSUS Server.

Copy and Paste the code below into a text file and name it AUForceUpdate.cmd
=======================================================================
@echo off
Echo This batch file will Force the Update Detection from the AU client:
Echo 1. Stops the Automatic Updates Service (wuauserv)
Echo 2. Deletes the LastWaitTimeout registry key (if it exists)
Echo 3. Deletes the DetectionStartTime registry key (if it exists)
Echo 4. Deletes the NextDetectionTime registry key (if it exists)
Echo 5. Restart the Automatic Updates Service (wuauserv)
Echo 6. Force the detection
Pause
@echo on
net stop wuauserv
REG DELETE “HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update” /v LastWaitTimeout /f
REG DELETE “HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update” /v DetectionStartTime /f
REG DELETE “HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update” /v NextDetectionTime /f
net start wuauserv
wuauclt /detectnow
@echo off
Echo This AU client will now check for the Updates on the Local WSUS Server.
Pause
=======================================================================

Written by Odd-Magne Kristoffersen on July 15th, 2008 with 1 comment.
Read more articles on otherSoftware and WSUS.

Guest Post By Chris Sanders: WSUS FAQ

Regular TLA reader Chris Sanders has contributed the following list of frequently asked questions about WSUS.

Windows Server Update Services Q&A

I have deployed several WSUS servers in networks of all sizes. This Microsoft technology is one that I believe is a necessity for any network that includes Microsoft servers or clients. Unfortunately, I still see a lot of network admins who don’t deploy it just because they have misconceptions about it. The purpose of this Q&A is to address some of the most common answers I get from those who are looking to deploy WSUS.

Q: What is WSUS?

A: Windows Server Update Services, known as WSUS, is a technology that runs on Windows Server 2003/2008 and allows network administrators to distribute and manage updates to Microsoft products.

Q: How much does it cost?

A: WSUS is provided FREE of charge. However, it does require a server operating system to run, so you must have a valid license for that operating system, as well as Client Access Licenses (CALs) for each computer being updated by the WSUS server.

Q: What products will it update?

A: WSUS will manage updates for virtually every Microsoft product. This includes the Windows Server 2000, 2003, 2008, and Small Business Server operating systems. Client operating systems that can be managed include Windows 2000, XP, and Vista. Also included are Exchange 2000, 2003, and 2007, Forefront Security, Internet Security and Accelerate Server (ISA), SQL Server 2000 and 2005, Systems Management Server (SMS), and Microsoft Office 2003 and 2007. For a complete listing, check the official WSUS website, at http://technet.microsoft.com/en-us/wsus/default.aspx.

Q: What are the server prerequisites for WSUS?

A: WSUS must run on Windows Server 2003 SP1 or Windows Server 2008. The other components that are required include Internet Information Service (IIS) 6.0, .NET Framework 2.0, MMC 3.0, and Microsoft Report Viewer 2005.

Q: Do I have to have a dedicated server for WSUS?

A: Although isolation of services is always recommended, this isn’t a requirement. As a matter of fact, in smaller networks most people piggyback WSUS off of an existing file server or backup domain controller. WSUS is pretty flexible so you can typically place it where you see fit. It is also not uncommon to see WSUS running within a virtual machine.

Q: How much disk space does WSUS require?

A: If you are storing the downloaded updates locally on the server, then you will need at least 6 GB of free space. Depending on the products you will be updating you may need as much as 30 GB of space.

Q: My network spans multiple locations. How can I effectively use WSUS?

A: WSUS was designed with this in mind. It provides the ability to utilize upstream and downstream servers in order to fit most any network topology. Using this model, you can configure multiple downstream servers to synchronize with a locally housed upstream server. This removes administrative burden and conserves bandwidth.

Q: Can I use WSUS on a network that is disconnected from the Internet?

A: Yes. You can export the updates from a WSUS server that is connected to the Internet and import them into an offline WSUS installation. Doing this, you can manage update approvals just as you would with an online WSUS installation.

Q: Where can I get WSUS?

A: WSUS can be downloaded directly from Microsoft. The latest version, WSUS 3.0 SP1 can be downloaded here: http://www.microsoft.com/downloads/details.aspx?FamilyId=F87B4C5E-4161-48AF-9FF8-A96993C688DF&displaylang=en#Requirements.

Q: Where can I get support for WSUS troubleshooting issues?

A: Since WSUS is so widely used, the community support for it is quite large. One of the best WSUS support sites is http://www.wsus.info, which is run by a Microsoft MVP in software deployment. I also write about WSUS quite a bit on my personal blog at http://www.chrissanders.org. You can stay up to date on new release information at the official Microsoft WSUS team blog at http://blogs.technet.com/wsus/.

I’d say about 90% of the WSUS related questions I receive in my inbox can be answered by reading this FAQ. There really is no valid reason why your network shouldn’t be running some form of software update distribution, and unless you are running some type of managed services software or SMS, then WSUS is the best way to do that.

About Chris Sanders:

Chris Sanders is a Senior Support Engineer for KeeFORCE, a technology consulting firm in western Kentucky. Chris writes and speaks on various topics including packet analysis, network security, Microsoft technologies, and general network administration. His personal website at www.chrissanders.org contains a great deal of information, articles, and guides related to these topics.

Written by daniel.nerenberg on April 9th, 2008 with 3 comments.
Read more articles on otherSoftware and Guest Authors and WSUS.

WSUS 3.0 SP1 is out there!

The final version has been released:

Windows Server Update Services 3.0 SP1 - download here.

Quote:

Overview
Windows Server Update Services 3.0 Service Pack 1 (WSUS 3.0 SP1) delivers important customer-requested management, stability, and performance improvements, while incorporating further enhancements to local publishing of drivers and the Client Servicing API addition.
WSUS 3.0 SP1 delivers new features that enable administrators to more easily manage and deploy updates across the organization. This package installs both the WSUS 3.0 Server and WSUS 3.0 Administration Console components, for all Windows Server 2003 SP1 supported languages. Additionally, the WSUS 3.0 SP1 client is included in all supported client platform languages. You must install the server components on a computer running Windows Server 2008 or Windows Server 2003 SP1 or later. You may install the Administration Console on a remote computer running Windows Server 2008, Windows Vista, Windows Server 2003 SP1, or Windows XP SP2.

Supported Operating Systems:
Windows Server 2003 Service Pack 1; Windows Server 2008
- Note: there’s a special guide for SBS 2003 environments…

Additional information:

Release Notes for Windows Server Update Services 3.0 SP1

Microsoft Windows Server Update Services 3.0 SP1 Overview

Deploying Microsoft Windows Server Update Services 3.0 SP1

Step-by-Step Guide to Getting Started with Microsoft Windows Server Update Services 3.0 SP1

Microsoft Windows Server Update Services 3.0 SP1 Operations Guide

Installing Windows Server Update Services 3.0 on Windows Small Business Server 2003

 

Enjoy!

 

.

Written by Jakob H. Heidelberg on February 8th, 2008 with no comments.
Read more articles on otherSoftware and service pack and WSUS and Microsoft.

« Older articles

No newer articles