Using Same IQService for Different AD Integration with diff Service Account

Hi Community,

We already have an existing AD integration (AD-X) configured and working with ISC, using IQService and the service account ‘ABC’.

Now, we’re trying to integrate a different AD (AD-Y) and plan to reuse the same IQService instance. For AD-Y, we’ve registered a different service account ‘XYZ’ on the same IQService using the command-line registration.

Is it possible to register and use two different service accounts on the same IQService instance?
Will the ‘XYZ’ account work successfully for the AD-Y test connection?

Looking forward to your inputs.

we can say yes it is possible, as long as the new service account has been properly registered with IQService and has the necessary permissions.

Here is the list of command to register multiple users

Thanks @HussainshaSyed001 for the response.
So, multiple users can be registered using a single command by separating them with a semicolon (;). This command appends new users to the list of already registered users, if any exist.

Now, my question is — suppose an old user is already registered and configured with AD-X. Then, we register a new user using the above command, and this new user is intended for the AD-Y IQService configuration.

Will adding the new user have any impact on the AD-X setup? I’m asking because when we go to the IQService server instance > Right-click > Properties > Log On tab, we can only add a single user there either the default system account or a specific user with credentials.

I’m not entirely sure about this, so please correct me if I’m wrong

Couple of questions, if I may: Is the new AD a completely separate forest? Is DNS configured for both? What (if any) is the trust between the ADs?