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