Cmdlets for Microsoft Dynamics CRM

Build 24.0.9060

Add-DynamicsCRM Cmdlet

Parameters   Output Objects  

Inserts Microsoft Dynamics CRM data.

Syntax

Add-DynamicsCRM [parameters]

Remarks

The Add-DynamicsCRM cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Dynamics CRM records.

Add-DynamicsCRM -Connection $connection -Table "Lead" -Columns @("FirstName") -Values @("Jon Doe")

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