To access help for an individual cmdlet perform the following:
After executing the
Get-Help cmdlet, the help information will be displayed in the Windows PowerShell console. There are four different options for viewing help:
-
-Basic - Shows only the essential information for the cmdlet
-
-Examples -- Shows only examples of how to use a cmdlet.
-
-Detailed -- Shows all information related to the cmdlet.
-
-Full -- Shows full parameter information, detailed information and examples.
Here is an example of using
Get-Help Get-Pfa2Array -Detailed (if using version 1.x of the SDK, substitute
Get-PfaArray)
Here is an example of
Get-Help New-Pfa2Array -Examples (if using version 1.x of the SDK, substitute
New-PfaArray)