Cmdlets for Monday

Build 25.0.9434

Add-Monday Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434