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