Cmdlets for Microsoft Dataverse

Build 23.0.8839

Add-CDS Cmdlet

Parameters   Output Objects  

Inserts Microsoft Dataverse data.

Syntax

Add-CDS [parameters]

Remarks

The Add-CDS cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Dataverse records.

Add-CDS -Connection $connection -Table "Accounts" -Columns @("Name") -Values @("Jon Doe")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839