< Back

Get-KBFBoardColumn

Thu Jan 16, 2020 9:58 am

NAME Get-KBFBoardColumn



SYNOPSIS

Grabs the unique id from a column label





SYNTAX

Get-KBFBoardColumn [-ApiToken] <String> [[-Label] <String>] [[-UniqueId] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ApiToken <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Label <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-UniqueId <String>



Required? false

Position? 3

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



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



PS C:\\>$columnTodo = Get-KanbanflowBoardColumnUniqueId -ApiToken $testBoardApiToken -Name "To-Do"















RELATED LINKS