Multiple choice technology

Which command is used to list all the Windows PowerShell CmdLets?

  1. Get-Member

  2. Get-ChildItem

  3. Get-Command

  4. Get-AllCommand

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

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.