< Back

Get-HB-PriorityID

Tue Jan 14, 2020 1:32 am

NAME Get-HB-PriorityID



SYNOPSIS

Get the Primary Key value of a Priority





SYNTAX

Get-HB-PriorityID [-PriorityName] <String> [<CommonParameters>]





DESCRIPTION

Provide a Priority Name, and this CMDLET will search your Hornbill instance for a matching record, returning the

Primary Key





PARAMETERS

-PriorityName <String>

The Priority Name to search for



Required? true

Position? 1

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:\\>Get-HB-PriorityID "Low" will search your priorities and return the primary key for "Low" priority















RELATED LINKS