Add-ZohoProjects Cmdlet
Inserts Zoho Projects data.
Syntax
Add-ZohoProjects [parameters]
Remarks
The Add-ZohoProjects cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Zoho Projects records.
Add-ZohoProjects -Connection $connection -Table "Portals" -Columns @("Name") -Values @("Jon Doe")