Skip to content

wightsci/OfflineUpdateScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

OfflineUpdateScanner

Utility to use Microsoft's offline update CAB file to scan a computer for Windows Updates

If you have computers that are not connected to the internet it isn't straightforward to scan them for Windows Updates. This PowerShell script is designed to help.

This script can scan a machine directly using Microsoft's Offline Update CAB, or create a Scheduled Task to do so. Output formats include CSV, XML and HTML.

Tested on Windows 7 (PowerShell 3.0) and Windows Server 2016

See my blog post for more details.

Example:

OfflineUpdateScan.ps1 -Run -Format html -CabSource .\wsusscn2.cab

Example:

OfflineUpdateScan.ps1 -AddTask -Format html

About

Utility to use Microsoft's offline update CAB file to scan a computer for Windows Updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published