0 votes

Sometimes, if an Adaxes service was not uninstalled properly, Adaxes Administration Console shows the removed instance in the list of available Adaxes services.

The easiest way to clear the registration information is to install Adaxes service on the same computer again, register all the domains you previously managed, and uninstall the service. If you cannot do this, read the rest of this article.

Information about available Adaxes services is stored in Active Directory. To publish the information, Adaxes uses service connection points (SCPs). To clear the registration information, you need to delete appropriate SCP entries in Active Directory:

  1. Launch the Adaxes Administration console.
  2. In the Console Tree, expand your Adaxes service node, right-click Managed Domains, and then click Find. open-find.png
  3. In theĀ Find dialog, activate the Criteria tab. activate-criteria.png
  4. Copy the following JSON criteria to the clipboard.
{
    "objectTypes": [
        {
        "type": "serviceConnectionPoint",
        "items": {
            "type": 1,
            "items": [
            {
                "type": 0,
                "property": "keywords",
                "operator": "eq",
                "values": [{ "type": 2, "value": "1.3.6.1.4.1.15741.2.3.1" }],
                "valueLogicalOperator": 0
            }
            ],
            "logicalOperator": 1
        }
        }
    ]
}
  1. Click Add criteria, and in the drop-down menu click Paste. criteria-paste.png
  2. Click Search. Adaxes will search for all the SCPs of Adaxes services in all managed Active Directory domains.
  3. Delete the SCP entries that were published by a removed Adaxes service. delete-scp.png
by (550 points)
reshown by

Please log in or register to answer this question.

Related questions

0 votes
0 answers

You do not need to create a trust between AD domains to manage them with an Adaxes service. When registering an AD domain, an account with administrative permissions ... control the user access to the managed resources, the Adaxes service uses Security Roles.

asked Apr 29, 2009 by Adaxes (550 points)
0 votes
0 answers

An authenticator app can be reset for a user with the help of the Reset multifactor authentication operation in Adaxes Web Interface or Administration Console. In the Web ... can also use the Change device option. For details, see Reset Authenticator App.

asked Oct 28, 2019 by Adaxes (550 points)
0 votes
1 answer

Hello, We're working with Adaxes for about 2 months and we can't seem to find out how we can check if a action in Adaxes worked or not. We have a ... action failed and react to it and is there something similiar to $ErrorActionPreference for adaxes actions?

asked Nov 14, 2019 by PGstoehl (100 points)
0 votes
0 answers

Hello, I'm curious again... In this post: Lync Fails when Line URI is used its mentioned that because Adaxes uses PowerShell v2, and the Lync module from Microsoft ... scripts. How then, does Adaxes go about enabling and disabling users for Lync? Thanks.

asked Jan 27, 2016 by EgotisticalGiraffe (350 points)
0 votes
1 answer

We would like to be able to export logs from the Adaxes service? Is there a way to do this either through the service or reporting?

asked Oct 31, 2022 by scoutcor (120 points)
3,326 questions
3,026 answers
7,727 comments
544,678 users