ActiveXperts Knowledge Base Article 6600125

Q6600125 - Can I use an Active Directory Managed Service Account to run ActiveXperts?

Yes you can. You need to create a Managed Service Account in Active Directory first. After creation, you need to assign the account to the ActiveXperts Network Monitor Engine service in the 'Services' applet in Windows.

How to create an Active Directory Managed Service account

Start a new Powershell command prompt on the server where you want to run ActiveXperts, to execute the commands to create and install the new account.

Create a new service account like this (we create account 'MyAcc1' in domain 'MYAD' as an example):

New-ADServiceAccount -Name "MyAcc1" -RestrictToSingleComputer

Next, add the new account to Active Directory:

Add-ADComputerServiceAccount -Identity MYAD -ServiceAccount "MyAcc1"

Next step is to install service account in Active Directory:

Install-ADServiceAccount -Identity "MyAcc1"

How to associate the Active Directory Managed Service account to ActiveXperts

To run the ActiveXperts Network Monitor Engine service using the Active Directory Managed Service Account, please do the following:


Contact Support

If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using the Contact Support form:
Contact Support »

M