mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|