(lxc_completion_powershell.md)= # `lxc completion powershell` Generate the autocompletion script for powershell ## Synopsis Generate the autocompletion script for powershell. To load completions in your current shell session: lxc completion powershell | Out-String | Invoke-Expression To load completions for every new session, add the output of the above command to your powershell profile. ``` lxc completion powershell [flags] ``` ## Options ``` --no-descriptions disable completion descriptions ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [lxc completion](lxc_completion.md) - Generate the autocompletion script for the specified shell