Add-OracleServiceCloud Cmdlet
Inserts Oracle Service Cloud data.
Syntax
Add-OracleServiceCloud [parameters]
Remarks
The Add-OracleServiceCloud cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Oracle Service Cloud records.
Add-OracleServiceCloud -Connection $connection -Table "Accounts" -Columns @("LookupName") -Values @("Jon Doe")