Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.1 KB

Readme.md

File metadata and controls

47 lines (34 loc) · 1.1 KB

Setup Instructions - Install As Scheduled Task

Call using PowerShell:

  • Using full URL:

    powershell -Command "iex (irm https://raw.githubusercontent.com/aollivierre/WinUpdates/main/PR4B_TriggerWindowsUpdates-v4/install.ps1)"
  • Using shortened URLs:

    powershell -Command "iex (irm https://bit.ly/4dYfMFB)"
    powershell -Command "iex (irm bit.ly/4dYfMFB)"

If you are already in PowerShell (URL is case sensitive):

iex (irm bit.ly/4dYfMFB)

Setup Instructions - Run Remediation Directly

Call using PowerShell:

  • Using full URL:

    powershell -Command "iex (irm https://raw.githubusercontent.com/aollivierre/WinUpdates/main/2-Install-PendingWindowsUpdatesKB.ps1)"
  • Using shortened URLs:

    powershell -Command "iex (irm https://bit.ly/3MIh3Er)"
    powershell -Command "iex (irm bit.ly/3MIh3Er)"

If you are already in PowerShell (URL is case sensitive):

iex (irm bit.ly/3MIh3Er)