Skip to content

Open-PSScriptToolsHelp

SYNOPSIS

Open the PSScriptTools PDF manual.

SYNTAX

Open-PSScriptToolsHelp [<CommonParameters>]

DESCRIPTION

This command will launch a PDF manual for all commands in the PSScriptTools module. It is assumed you have a default application associated with PDF files.

EXAMPLES

Example 1

PS C:\> Open-PSScriptToolsHelp

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

None

NOTES

Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/

Get-Help

Back to top