Add-ServiceNow Cmdlet
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")