Cmdlets for Zendesk

Build 24.0.9175

OrderBy Parameter (Select-Zendesk Cmdlet)

The order in which columns will be returned.

Syntax

Select-Zendesk -OrderBy string

Remarks

The order in which columns will be returned. The value of this parameter has the same syntax as the ORDER BY clause of an SQL statement. You can specify multiple columns and the order to sort each by in a comma-separated list.

Select-Zendesk -Connection $connection -Table "Tickets" -Columns "Subject ASC" -Where "Industry = 'Floppy Disks'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175