Synchronize Items
The following example starts the synchronization between XIA Configuration Server and a ServiceNow instance using the ServiceNow connector.
- Connect to the administration web service.
- To simulate forcing a resynchronization of items that are currently synchronized set the parameter to $true.
- To view the synchronization simulation status see the get ServiceNow item synchronization status example.
Code Sample
# Synchronizes all items that currently require synchronization asynchronously.
$administration.DO_SynchronizeServiceNow($false);