Sync-ServiceNow Cmdlet
ServiceNow データを同期します。
Syntax
Sync-ServiceNow [parameters]
Remarks
Sync-ServiceNow cmdlet を使用すると、データソースをローカルに複製し本製品 のフルキャッシュ機能を維持することができます。
$conn = Connect-ServiceNow -OAuthClientId "MyClientId" -OAuthClientSecret "MyClientSecret" -Password "MyPassword" -User "MyUser" -Url "https://MyInstance12345.service-now.com/" Sync-ServiceNow -Connection $conn -Table "incident"