PSReadLine

De PSReadLine-module bevat cmdlets waarmee u de opdrachtregelbewerkingsomgeving in PowerShell kunt aanpassen. In deze artikelen wordt PSReadLine v1.2 beschreven. Deze versie wordt geleverd in PowerShell v5.1 en lager.

PSReadLine

Get-PSReadLineKeyHandler

Gets the key bindings for the PSReadLine module.

Get-PSReadLineOption

Gets values for the options that can be configured.

PSConsoleHostReadLine

This function is the main entry point for PSReadLine.

Remove-PSReadLineKeyHandler

Removes a key binding.

Set-PSReadLineKeyHandler

Binds keys to user-defined or PSReadLine key handler functions.

Set-PSReadLineOption

Customizes the behavior of command line editing in PSReadLine.