The following example simulates the synchronization between XIA Configuration Server and a ServiceNow instance using the ServiceNow connector.

  • Connect to the administration web service.

  • To force a resynchronization of items that are currently synchronized set the parameter to $true.



Code Sample

# Performs a simulation of the synchronization of all items that currently require synchronization asynchronously.

$administration.DO_SimulateServiceNowSynchronization($false);