Previous Topic: get-autoShellClassInfo Command--Display Methods and Properties for Autoshell Native Classes (Cmdlet)Next Topic: get-remoteResult Command--Get Result from a Remote Target (Funclet)


get-help Command--Get Help Information (Funclet)

This command (funclet) displays help information for AutoShell commands, functions and classes and optionally redirects it to a file.

The command has the following syntax:

get-help [mask] [-output outFile]
mask

(Optional) Specifies the mask that is used to filter out the commands about which help information is needed. You can use the asterisk "*" and the question mark "?" as wildcards.

Default: "help"

outFile

(Optional) Specifies the absolute or relative path of the file to contain the help information. Any existing file with the same name and path is overwritten.

Default: ""

Example

Display help for the run-remote funclet:

help run-remote

Display help for the RemoteTarget class including all constructors and methods:

help RemoteTarget*

List all help topics and write them to a file:

help * -output help.txt

See also:

get-autoShellClassInfo Command--Display Methods and Properties for Autoshell Native Classes (Cmdlet)

help Command--Request Help Information (Cmdlet)