Add-Reckon Cmdlet
Inserts Reckon data.
Syntax
Add-Reckon [parameters]
Remarks
The Add-Reckon cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Reckon records.
Add-Reckon -Connection $connection -Table "Customers" -Columns @("Name") -Values @("Trujilo, Ana")