-
Notifications
You must be signed in to change notification settings - Fork 8
Get ePOHelp
Fetchs and returns the content from ePOs core.help menu.
Get-ePOHelp [[-Command] <Object>] [<CommonParameters>]
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.
$Help = Get-ePOHelp
Get all help objects on the ePO servers core.help page.
$FindHelp = Get-ePOHelp -Command 'system.find'
Get a single help object from the ePO servers core.help page.
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.