Skip to content

list-powershell-verbs

Lists verbs in PowerShell

#Requires -Version 5.1

try {
	Get-Verb | Sort-Object -Property Verb
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.