Difference between revisions of "Update Windows From PowerShell"
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") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Install Windows Update Module= | |||
Install-Module PSWindowsUpdate. | |||
=Check and Download the latest updates= | |||
Get-WindowsUpdate | |||
=Install the latest updates= | |||
Install-WindowsUpdate | |||
==[[Main_Page| Home]] - [[PowerShell|Category]]== |