> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# PowerShell

> PowerShell scripts and commands

## WindowsUpdate Module

The `PSWindowsUpdate` module allows you to manage Windows updates from PowerShell. To install it, run the following command in an elevated PowerShell session:

```shell theme={null}
Install-Module -Name PSWindowsUpdate
```
