Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Checking Missing Updates on a Server.

Reply
Thread Tools Display Modes

Checking Missing Updates on a Server.

 
 
Josh
Guest
Posts: n/a

 
      05-08-2007
Hi, I created a check.cmd file like this:

@echo off
cls
if exist "%COMPUTERNAME%.html" DEL %COMPUTERNAME%.html
if exist "%COMPUTERNAME%.xml" DEL %COMPUTERNAME%.xml
mbsacli /nvc /xmlout /catalog wsusscan.cab >%COMPUTERNAME%.xml
m2x2h %COMPUTERNAME%.xml %COMPUTERNAME%.html
%COMPUTERNAME%.html

It would give me al the Patches that where missing on the server.
No install was needed and would create an XML file to download the missing
patches.
This because my servers can not go to the internet for any reason at all...
But since the new wsusscan.cab came out, I can not get it to work.
Can someone please help me.
Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checking Spam Filter on Server with Vista Mike@StillwaterDesigns Windows Vista Networking 0 01-11-2008 08:03 PM
Checking Updates Rhonda Windows Update 6 07-26-2006 09:29 PM
Checking for updates sarahj60 Windows Update 0 12-10-2005 09:35 PM
Any issues with installing the latest updates on a Windows 2000 Server, SP4? Just checking before I install them. Nate Goulet Windows Update 0 02-09-2005 09:59 PM
Checking for Updates Willy Windows Update 2 10-14-2003 03:22 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59