IT Questions and Answers :)

Wednesday, May 22, 2019

Which PowerShell command should you use to get help with other commands?

Which PowerShell command should you use to get help with other commands?

  • Get-Help
  • /?
  • -help
  • -? 
Which PowerShell command should you use to get help with other commands?

EXPLANATION

The Get-Help cmdlet displays information about PowerShell concepts and commands, including cmdlets, functions, CIM commands, workflows, providers, aliases and scripts. To get help for a PowerShell command, type Get-Help followed by the command name, such as: Get-Help Get-Process.


Displays information about PowerShell commands and concepts.

Syntax

PowerShell
Get-Help
   [[-Name] <String>]
   [-Path <String>]
   [-Category <String[]>]
   [-Component <String[]>]
   [-Functionality <String[]>]
   [-Role <String[]>]
   [-Full]
   [<CommonParameters>]

 

Share:

0 comments:

Post a Comment

Popular Posts