WORKAROUND
Active Roles 7.0:
Import-Module 'C:\Program Files\Dell\Active Roles\7.0\SyncService\SyncServiceShell\ActiveRoles.SyncService.ManagementShell.SnapIn.dll'
Active Roles 7.1:
Import-Module 'C:\Program Files\Dell\Active Roles\7.1\SyncService\SyncServiceShell\ActiveRoles.SyncService.ManagementShell.SnapIn.dll'
Active Roles 7.2 though 7.6:
Import-Module 'C:\Program Files\One Identity\Active Roles\7.x\SyncService\SyncServiceShell\ActiveRoles.SyncService.ManagementShell.SnapIn.dll'
Active Roles 8.01 LTS and Active Roles 8.x:
Import-Module 'C:\Program Files\One Identity\Active Roles\8.x\SyncService\SyncServiceShell\ActiveRoles.SyncService.ManagementShell.SnapIn.dll'
For scripts which might be run under multiple versions, something similar to the following could be leveraged:
if (Test-Path 'C:\Program Files\Dell\Active Roles\7.1\SyncService\SyncServiceShell\ActiveRoles.SyncService.ManagementShell.SnapIn.dll')
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center