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