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