Tag Archive

WSUS Database cleanup/update using PowerShell

Published on 06/07/2009 By jewe

Using Powershell to cleanup the WSUS database, free disk space increased 12 GB. #Region VARIABLES # WSUS Connection Parameters: # YOUR SERVER NAME [String]$updateServer = "SERVER NAME" [Boolean]$useSecureConnection = $False # Port number [Int32]$portNumber = 8530 # Cleanup Parameters: # Decline updates that have not been approved for 30 days or more, are not currently [...]

WSUS 3.0: Adding Updates & Drivers for WSUS

Published on 04/03/2009 By jewe

Recently I needed to update some clients running on Windows XP and WIndows server 2003 as well as Windows Vista. After some searching I came across a post from Augusto Alvarez. He mentioned that by default WSUS only receives and distributes drivers that are digitally signed by Microsoft (meaning that the driver was fully and [...]