Skip to content

FriedrichWeinmann/GetMissingUpdates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetMissingUpdates

Purpose

The purpose of this script is to check for updates offline using a scan cab file.

Usage

As described here https://blogs.technet.microsoft.com/japete/2017/09/04/remotely-find-missing-updates-with-an-offline-scan-file/ the script can be used like this:

# With an already downloaded file
.\GetMissingUpdates.ps1 -ComputerName serverA,serverB,serverC -Path D:\wsusscn2.cab -Credential (Get-Credential) -Verbose
# Or with the automatic download capabilities
.\GetMissingUpdates.ps1 -ComputerName serverA,serverB,serverC -DownloadUri http://go.microsoft.com/fwlink/?linkid=74689 -Credential (Get-Credential) -Verbose

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%