Cmdlets for ADP

Build 25.0.9434

Add-ADP Cmdlet

Parameters   Output Objects  

Inserts ADP data.

Syntax

Add-ADP [parameters]

Remarks

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

Add-ADP -Connection $connection -Table "Workers" -Columns @("WorkerID") -Values @("Jon Doe")

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