# `ok completion powershell`

Generate the autocompletion script for PowerShell

## Synopsis

Generate the autocompletion script for PowerShell.

To load completions in your current shell session:

```sh
ok completion powershell | Out-String | Invoke-Expression
```

To load completions for every new session, add the output of the above command
to your PowerShell profile.

```sh
ok completion powershell [flags]
```

## Options

```sh
  -h, --help              help for powershell
      --no-descriptions   disable completion descriptions
```

## See also

[`ok completion`](ok_completion.md) - Generate the autocompletion script for the
specified shell
