Getting help at the command line

The same detailed cmdlet information is also available at the command line. To view cmdlet details at the command line, type the following from the Windows PowerShell command line where you replace <cmdlet name> with a specific cmdlet name:

get-help <cmdlet name> -full

For example, type the following at the PowerShell command line to get help on the Get-EmcLun cmdlet:

get-help Get-EmcLun -full