Add-Office365 Cmdlet
Inserts Microsoft Office 365 data.
Syntax
Add-Office365 [parameters]
Remarks
The Add-Office365 cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Office 365 records.
Add-Office365 -Connection $connection -Table "Events" -Columns @("location_displayName") -Values @("Town Hall Grille")