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