Add-Kintone Cmdlet
Kintone データを挿入します。
Syntax
Add-Kintone [parameters]
Remarks
Add-Kintone cmdlet を使って、SQL INSERT ステートメントに似た構文を用いて新しいKintone レコードを作成できます。
Add-Kintone -Connection $connection -Table "Comments" -Columns @("Text") -Values @("Old to do")