Ticket Board Sort Object Helper
Generated Cmdlet Help
This page has been generated from the NinjaOne PowerShell module source. To make changes please edit the appropriate PowerShell source file.
SYNOPSIS
Create a new Ticket Board sort object.
SYNTAX
New-NinjaOneTicketBoardSort [-Field] <String> [-Direction] <String> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
DESCRIPTION
Creates a sort object for ticket board queries with validation.
EXAMPLES
EXAMPLE 1
New-NinjaOneTicketBoardSort -Field 'created' -Direction 'asc'
PARAMETERS
-Field
The field to sort by.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Direction
The sort direction.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.