Add-Kintone Cmdlet
Inserts Kintone data.
Syntax
Add-Kintone [parameters]
Remarks
The Add-Kintone cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Kintone records.
Add-Kintone -Connection $connection -Table "Comments" -Columns @("Text") -Values @("Old to do")