Discover commands in PowerShell

Beginner
Developer
Student
Azure PowerShell

PowerShell comes with a built-in help system. Use help to read more about a command, what the command does, and how to call it. Also, if you inspect what a command returns, you can use that information to customize the output, determine what commands are logically grouped, and determine how to use the commands together.

Learning objectives

When you finish this module, you'll be able to:

  • Inspect commands to understand how to call them.
  • Understand what a command returns and customize what it returns.

Prerequisites

  • Be able to start a terminal.
  • Understand what PowerShell is.
  • Know how to run a command in PowerShell.