Note that Active Roles v8.0.1 LTS shows below error when searching EXO objects via the QuicSearch functionality:
Status:
The Active Roles Product Team has raised Enhancement request #432180 to disconnect the last EXO connection created by the last executed Workflow so that no other EXO connections are affected.
Workaround1:
Use the Active Roles Workflow builtin activity called "O365 script execution configuration" to connect to EXO:
Workaround2:
Install the ExchangeOnlineManagement module v3.2.0 and use switch prefix to disconnect the exact connection created by the Workflow when it last run. See sample below:
Connect-ExchangeOnline -Prefix "MyConnection"
$myConnections = (Get-ConnectionInformation).Where({$_.ModulePrefix -eq "MyConnection"})
$myConnection | Disconnect-ExchangeOnline -Confirm:$false
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center