Powershell: Automatically decline Itanium Updates on WSUS

The PowerShell script below allows you to automatically decline Itanium updates in WSUS.

The script can be started manually or by a scheduled task.

The script must be run on the WSUS server.

Works under:

  • Windows 2008 et 2008R2
  • Windows 2012 et 2010R2
  • Windows 2016

To enable email notifications:

Pass the $EmailLog variable to $True and set the $SMTPServer, $From, $To.


wsus-decline-itanium-update.ps1



Leave a Comment