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