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