< Back

Get-uxTableToParameter

Sat Jan 18, 2020 7:53 pm

NAME Get-uxTableToParameter



SYNOPSIS

A small helper function which parses the Ribbon Wiki to create a list of parameters





SYNTAX

Get-uxTableToParameter [[-Page] <String>] [[-helpsection]] [[-listWDefaults]] [-WhatIf] [-Confirm]

[<CommonParameters>]





DESCRIPTION

Creating a parameter list is a pain in the ass, so i created a small function that will query the wiki and copy a

parameter list to the clip board

Just pass the wiki page you want it to create a parameter list from





PARAMETERS

-Page <String>

Pass the page of the SBC wiki entry - We make the assumption that it is the second table



Required? false

Position? 1

Default value https://support.sonus.net/display/UXAPI ... utingentry

Accept pipeline input? false

Accept wildcard characters? false



-helpsection [<SwitchParameter>]



Required? false

Position? 2

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-listWDefaults [<SwitchParameter>]



Required? false

Position? 3

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<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





RELATED LINKS