Multiple choice technology programming languages

What can you type in PowerShell to find out more information about a particular command?

  1. Oh magic genie

  2. Get-help

  3. Get-please

  4. All of the above

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

Get-Help is the PowerShell cmdlet that displays documentation and usage information for any command. Simply type 'Get-Help ' to learn about syntax, parameters, examples, and remarks for any PowerShell command. The other options are fictional or not valid PowerShell commands.