Skip to content

Get ePOHelp

Michael Arranaga edited this page Aug 30, 2019 · 1 revision

external help file: ePOwerShell-help.xml Module Name: ePOwerShell online version: schema: 2.0.0

Get-ePOHelp

SYNOPSIS

Fetchs and returns the content from ePOs core.help menu.

SYNTAX

Get-ePOHelp [[-Command] <Object>] [<CommonParameters>]

DESCRIPTION

Fetches all commands from the ePOs core.help menu. If a command is specified, the function will only return a single command. Each command is converted to an ePOHelp object containing 3 values:

* Command
* Parameters
* Description

The function will then return an array containing all ePOHelp objects.

EXAMPLES

EXAMPLE 1

$Help = Get-ePOHelp

Get all help objects on the ePO servers core.help page.

EXAMPLE 2

$FindHelp = Get-ePOHelp -Command 'system.find'

Get a single help object from the ePO servers core.help page.

PARAMETERS

-Command

Specifies a command the be queried from the ePO server

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

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

OUTPUTS

NOTES

RELATED LINKS