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