Simulate Synchronization
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.
- To view the synchronization status see the get ServiceNow item synchronization status example.
Code Sample
# Performs a simulation of the synchronization of all items that currently require synchronization asynchronously.
$administration.DO_SimulateServiceNowSynchronization($false);