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.



Code Sample

# Synchronizes all items that currently require synchronization asynchronously.

$administration.DO_SynchronizeServiceNow($false);