Saturday 25 June 2016

Powershell Get-Help Command Usages and uses- Powershell Basics

Powershell Get-Help Command Usages and uses


Get-Help:

  • The Help Command in PowerShell cmdlet . You can use this command to get help with any other command. For example, if you want to know how the Get-Service command works, you can type:

Get-Help -Name Get-Service
and Windows will display the full command syntax.

  • You can also use Get-Help with individual nouns and verbs. For example, to find out all the commands you can use with the Get verb, type:

Get-Help -Name Get-*

No comments:

Post a Comment