Difference between revisions of "Update Windows From PowerShell"

From rbachwiki
Jump to navigation Jump to search
(Created page with "**Install Windows Update Module - Install-Module PSWindowsUpdate. **Check and Download the latest updates - Get-WindowsUpdate **Install the latest updates - Install-WindowsUpdate")
 
 
Line 1: Line 1:
**Install Windows Update Module - Install-Module PSWindowsUpdate.
=Install Windows Update Module=
Install-Module PSWindowsUpdate.


**Check and Download the latest updates - Get-WindowsUpdate
=Check and Download the latest updates=
Get-WindowsUpdate


**Install the latest updates - Install-WindowsUpdate
=Install the latest updates=
Install-WindowsUpdate

Latest revision as of 18:25, 7 March 2024

Install Windows Update Module

Install-Module PSWindowsUpdate.

Check and Download the latest updates

Get-WindowsUpdate

Install the latest updates

Install-WindowsUpdate