Cmdlets for ServiceNow

Build 24.0.9060

Sync-ServiceNow Cmdlet

Parameters  

Syncs ServiceNow data.

Syntax

Sync-ServiceNow [parameters]

Remarks

The Sync-ServiceNow cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.

$conn = Connect-ServiceNow -OAuthClientId "MyClientId" -OAuthClientSecret "MyClientSecret" -Password "MyPassword" -User "MyUser" -Url "https://MyInstance12345.service-now.com/"
Sync-ServiceNow -Connection $conn -Table "incident"

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