Powershell -Filter
Get-Command | Where-Object {$_.CommandType -eq 'cmdlet'}
Long Lapwing
Get-Command | Where-Object {$_.CommandType -eq 'cmdlet'}