Add-QBPOS Cmdlet
Inserts QuickBooks POS data.
Syntax
Add-QBPOS [parameters]
Remarks
The Add-QBPOS cmdlet allows you to use a syntax similar to SQL INSERT statements to create new QuickBooks POS records.
Add-QBPOS -Connection $connection -Table "Customers" -Columns @("LastName") -Values @("Smith")