Cmdlets for ServiceNow

Build 24.0.9060

Add-ServiceNow Cmdlet

Parameters   Output Objects  

Inserts ServiceNow data.

Syntax

Add-ServiceNow [parameters]

Remarks

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

Add-ServiceNow -Connection $connection -Table "incident" -Columns @("priority") -Values @("5")

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