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