Add-ExactOnline Cmdlet
Inserts Exact Online data.
Syntax
Add-ExactOnline [parameters]
Remarks
The Add-ExactOnline cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Exact Online records.
Add-ExactOnline -Connection $connection -Table "Accounts" -Columns @("Name") -Values @("Jon Doe")