Get-Command is the correct cmdlet to list all available PowerShell cmdlets, functions, workflows, and aliases. Get-Member displays the properties and methods of an object. Get-ChildItem lists items in a container (like files in a directory). Get-AllCommand is not a valid PowerShell cmdlet.