The following example gets the synchronization results of the ServiceNow connector.


Code Sample

# Gets the results of the ServiceNow item synchronization in CSV format.

$csv=$administration.GET_ServiceNowItemSynchronizationResultsCsv();

Write-Host $csv