HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

PSWindowsUpdate — A PowerShell external module to manage Windows Update. This tool provides multiple commands that all

Submitted by: @import:tldr-pages··
0
Viewed 0 times
modulecommandwindowspswindowsupdateclipowershellmanageexternal
windows

Problem

How to use the PSWindowsUpdate command: A PowerShell external module to manage Windows Update. This tool provides multiple commands that all can only be run through PowerShell. More information: <https://github.com/mgajda83/PSWindowsUpdate>.

Solution

PSWindowsUpdate — A PowerShell external module to manage Windows Update. This tool provides multiple commands that all can only be run through PowerShell. More information: <https://github.com/mgajda83/PSWindowsUpdate>.

Install the module using Install-Module:
Install-Module PSWindowsUpdate


List all commands available under the module:
Get-Command -Module PSWindowsUpdate

Code Snippets

Install the module using `Install-Module`

Install-Module PSWindowsUpdate

List all commands available under the module

Get-Command -Module PSWindowsUpdate

Context

tldr-pages: windows/PSWindowsUpdate

Revisions (0)

No revisions yet.