Getting Help for Cmdlets in PowerShell

Getting Help for Cmdlets in PowerShell

Postby admin » Thu May 05, 2016 9:05 am

To get more information on any cmdlets or functions in PowerShell, you can just type the following in the PowerShell console :

get-help cmdletname

Where cmdletname is the name of the cmdlet or function.

If the help display for the command is too long and is more than one screenful, you can pipe it to more.

Type in the following:

get-help cmdletname | more
admin
Site Admin
 
Posts: 106
Joined: Mon Jan 18, 2010 11:05 am

Return to Powershell

Who is online

Users browsing this forum: No registered users and 5 guests

cron