< Back

Get-MenuOption

Mon Jan 13, 2020 3:07 am

NAME Get-MenuOption



SYNOPSIS

Get a list menu options





SYNTAX

Get-MenuOption [<CommonParameters>]





DESCRIPTION

Returns a PSCustomObject with all menu options. This CmdLet has no parameters





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Management.Automation.PSObject





NOTES





NAME: Get-MenuItem

AUTHOR: Tore Groneng tore@firstpoint.no @toregroneng tore.groneng@gmail.com

LASTEDIT: Aug 2016

KEYWORDS: General scripting Controller Menu



-------------------------- EXAMPLE 1 --------------------------



C:>Get-MenuOption



Returns all menu-items for all menus











RELATED LINKS