snippetbashTip
PSWindowsUpdate — A PowerShell external module to manage Windows Update. This tool provides multiple commands that all
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 PSWindowsUpdateList all commands available under the module:
Get-Command -Module PSWindowsUpdateCode Snippets
Install the module using `Install-Module`
Install-Module PSWindowsUpdateList all commands available under the module
Get-Command -Module PSWindowsUpdateContext
tldr-pages: windows/PSWindowsUpdate
Revisions (0)
No revisions yet.