Cmdlets for Zoho Projects

Build 24.0.9060

Select-ZohoProjects Cmdlet

Parameters   Output Objects  

Searches Zoho Projects data.

Syntax

Select-ZohoProjects [parameters]

Remarks

The Select-ZohoProjects cmdlet allows you to use a syntax similar to SQL SELECT statements to search Zoho Projects data.

$conn = Connect-ZohoProjects
Select-ZohoProjects -Connection $conn -Table "Portals" -Columns @("Id","Name") -Where "Id='123456'"

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