Cmdlets for Freshdesk

Build 24.0.8963

Select-FreshDesk Cmdlet

Parameters   Output Objects  

Searches Freshdesk data.

Syntax

Select-FreshDesk [parameters]

Remarks

The Select-FreshDesk cmdlet allows you to use a syntax similar to SQL SELECT statements to search Freshdesk data.

$conn = Connect-FreshDesk -Domain "MyDomain" -APIKey "myAPIKey"
Select-FreshDesk -Connection $conn -Table "Tickets" -Columns @("Id","Name") -Where "Status='2'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963