Sync-ServiceNow Cmdlet
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"