Get-Help

Description

Displays information about PowerShell commands and concepts.

Command
Get-Help
Examples
Get help for the Get-Process command
Get-Help Get-Process
Show detailed help for Get-Process
Get-Help Get-Process -Detailed
Show only examples for Get-Process
Get-Help Get-Process -Examples
Parameters
Parameter Type Required Description
[-Name] <String> string No Specifies the name of the command or concept for which to display help.
[-Full] string No Displays the complete help topic for a command.
[-Detailed] string No Provides detailed information including parameter descriptions and examples.
[-Examples] string No Displays only the examples from the help topic.
[-Online] string No Opens the online version of the help topic in the default web browser.
Command Info
Category: Core
Type: Powershell
Views: 12
Status: Active
Tags
powershell help documentation