Add-ActOn Cmdlet
Inserts Act-On data.
Syntax
Add-ActOn [parameters]
Remarks
The Add-ActOn cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Act-On records.
Add-ActOn -Connection $connection -Table "Images" -Columns @("Name") -Values @("myImage")