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