Select-ZohoProjects Cmdlet
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'"