Select-ZohoCRM Cmdlet
Searches Zoho CRM data.
Syntax
Select-ZohoCRM [parameters]
Remarks
The Select-ZohoCRM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Zoho CRM data.
$conn = Connect-ZohoCRM Select-ZohoCRM -Connection $conn -Table "Accounts" -Columns @("AccountName","AccountNumber") -Where "Industry='Data/Telecom OEM'"