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