0 votes

Hi,
I have taken over support of Adaxes development server and am trying to clean up some errors in the Adaxes application log.
We are running 2013.1.
"Log Name: Adaxes
Source: Adaxes Service
Date: 12/17/2014 12:14:53 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: xxx
Description:
Failed to create a remote PowerShell session on the following Exchange servers:
LMSEXCH10: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occured while using Kerberos authentication: The network path was not found."

I understand the error because the server LMSEXCH10 does not exist.
My question is where is this exchange server configured within Adaxes?

by (520 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello,

It really looks like Adaxes is trying to connect to a non-existing Exchange Server. First of all, make sure that there is no Exchange Server called LMSEXCH10 in your Exchange Organization. If such an Exchange Server doesn't exist in your organization, most probably, there occurred some issue with the configuration of your Exchange Organization, because Adaxes gets a list of available Exchange Servers from there. To remedy the issue, you can try removing a reference to this Exchange Server from Active Directory. To do this:

  1. Launch Adaxes Administration Console.

  2. Input the following Distinguished name in the address bar:
    CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com

    where DC=domain,DC=com is the Distinguished Name of your AD domain.

  3. Press Enter. The Administrative Groups container will be expanded in the Console Tree.

  4. Expand the container for the Administrative Group that holds a reference for this Exchange Server. By default, on Exchange 2010 and higher you will find only one Administrative Group container called Exchange Administrative Group (FYDIBOHF23SPDLT).

  5. Select the container called Servers.

  6. In the Servers container, delete the entry for the LMSEXCH10 Exchange Server.

0

Thank you.
I don't have permission in the domain to do this but will forward to the appropriate people.

Related questions

0 votes
1 answer

Morning, Since updating Adaxes to the latest version that uses Powershell 4.0 we are unable to query SQL 2008 R2 database in a scheduled task. The Activity History provides ... .com/questions/642 ... he-runtime Any assistance would be appreciated. Regards, Ben

asked Aug 22, 2018 by AllianceIT (130 points)
0 votes
1 answer

Dear support, The current limitation of powershell 2.0 in script is getting more and more a problem for us. I am for instance unable to use the ConverTo-Json cmdlet what ... in version 3.0 that is very very handy when working with web services. Regards,

asked Jan 22, 2016 by Pierre (750 points)
0 votes
1 answer

Can you run a powershell to get a Custom Command's ID?

asked Jun 10, 2020 by hgletifer (1.3k points)
0 votes
1 answer

Hi All, I'm trying to use the powershell script provided here: https://www.adaxes.com/script-repository/move-mailbox-tofrom-microsoft-365-s579.htm Unfortuntately when executing ... credentials but I do not know why this error is happening. Thanks in advance

asked Aug 1, 2023 by curtisa (210 points)
0 votes
1 answer

Recently, Microsoft deprecated use of the remote PS sessions using version 1. We have since converted all of our scripts to version 2, but our nightly staff ... { # Close the remote session and release resources Disconnect-ExchangeOnline -Confirm:$false }

asked Nov 2, 2022 by MShep (80 points)
3,346 questions
3,047 answers
7,781 comments
544,981 users