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