Difference between revisions of "Update Windows From PowerShell"

From rbachwiki
Jump to navigation Jump to search
 
Line 7: Line 7:
=Install the latest updates=
=Install the latest updates=
  Install-WindowsUpdate
  Install-WindowsUpdate
==[[Main_Page| Home]] - [[PowerShell|Category]]==

Latest revision as of 18:02, 17 October 2024

Install Windows Update Module

Install-Module PSWindowsUpdate.

Check and Download the latest updates

Get-WindowsUpdate

Install the latest updates

Install-WindowsUpdate

Home - Category