Get Synchronization Results
The following example gets the synchronization results of the ServiceNow connector.
- Connect to the administration web service.
- The command cannot be run when a synchronization is in progress - to determine the current synchronization status see the get synchronization status section.
Code Sample
# Gets the results of the ServiceNow item synchronization in CSV format.
$csv=$administration.GET_ServiceNowItemSynchronizationResultsCsv();
Write-Host $csv;