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