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