There is a requirement to start a specific ARS Sync Workflow via script and not timed/scheduled.
Workaround:
1.- Open the Active Roles 8.2 Synchronization Service Management Shell
2.- Run below script:
# Sync Service workflow name
$wf_name = "Manual Sync"
# Establish connection to locally installed Sync Service
Import-Module C:\Program Files\One Identity\Active Roles\8.2\SyncService\SyncServiceShell\SyncServiceManagementShell.psd1"
Connect-QCService
# Execute the workflow
Start-QCWorkflow -Workflowname $wf_name
Status:
NA
© 2026 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center