0 votes

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 the script I get this error: image.png

I have enabled exchange tracing and pulled this error from the log:

[07/31/2023 14:39:01] New-MoveRequest -Identity "3d65d95b-3114-4bd4-bde0-c85a96ec545b" -BadItemLimit "10" -Remote "True" -RemoteHostName "redacted" -TargetDeliveryDomain "redacted"

[07/31/2023 14:39:01] System.Management.Automation.ParameterBindingException: Parameter set cannot be resolved using the specified named parameters. at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) at System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke) at System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync) at System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection1 input, PSDataCollection1 output, PSInvocationSettings settings) at System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection1 input, PSDataCollection1 output, PSInvocationSettings settings) at System.Management.Automation.PowerShell.Invoke(IEnumerable input, PSInvocationSettings settings) at #Dh.#Jh.#l.#5w.#VZc(RunspacePool runspacePool, PSCommand psCommand, String[]& warnings) at #Dh.#Jh.#l.#5w.Execute(#Gh command) at #Dh.#Fsf.Execute(#Gh command) at #ik.#hXe.Execute(#Gh command)

Pulling the command and running it in Exchange Powershell I get a similar error: image.png

This appears to be due to credentials, but I am unsure how to overcome it in Adaxes. I can perform moves indepednently in my exchange on prem but I have to add -RemoteCredential(Get-Credential) then provide my exchange on prem credentials.

The adaxes service account already has these credentials but I do not know why this error is happening.

Thanks in advance

by (210 points)

1 Answer

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

Hello,

Do we understand correctly that the corresponding AD domain is registered in Adaxes using option Adaxes service account? For information on how to check that, see https://www.adaxes.com/help/ChangeManagedDomainServiceAccount.

If that is correct, use option This account. image.png You can specify the credentials of the Adaxes service account, but it has to be done explicitly. This is a known issue with Exchange move requests and it is related to the way authentication is handled.

0

The Domain is registered, however our setup is a little unique perhaps.

Our domain is abc.org in Azure however on premise we are abc.def.org where the primary domain is a subdomain of another domain on premise.

In Adaxes we have the abc.def.org registered, and exchange exists in the forest of def.org, would this imply I need to use credentials of def.org? The service account is located in the child domain but has all the appropriate rights in Exchange and with using the -RemoteCredential option in powershell I am able to use my account or the service account without issue, the issue only happens in Adaxes.

0

Hello,

Thank you for the provided details. Per your description the Adaxes service account should work just fine no matter where you make the request. It is only that you need to explicitly specify the credentials for the domain in Adaxes using option This account like we mentioned in the previous post. Once done, the script should work just fine.

0

Thanks for the quick responses,

I did try this last night but just to be safe I tried it again and it still does not work:

image.png

The Service Account is a memberOf Organizational Management and Recipient Management, I also re-tested by using the New-MoveRequest cmdlet and once I add -RemoteCredential it works but I still cannot get this to work in Adaxes itself.

Is there anything else I can do?

0

Hello,

For troubleshooting purposes, please, provide us with the following:

  1. The version of Adaxes you are currently using. For information on how to check it, have a look at the following help article: https://www.adaxes.com/help/CheckServiceVersion.
  2. The full script you are using in TXT format.
  3. A screenshot of the Service Account dialog (like the one in our initial post) for the corresponding domain.

Also, please, enable tracing of requests sent to Exchange servers, reproduce the issue and send us (support@adaxes.com) the log file. For information on how to enable the tracing, have a look at the following help article: https://www.adaxes.com/help/EnableExchangeRequestLogging.

0

Actually, I was just able to get this to work with the service account instructions you mentioned initially, how I got this to work was I switched it back to "Adaxes service account", rebooted, then switched it back to "This Account" and rebooted again.

I'm not sure if the reboots did anything but switching it over again has resolved the issue:

image.png

Related questions

0 votes
1 answer

Hi Team! I'm currently looking for a solution to create an exchange mailbox on-premise, sync it to Office 365 and assign the license in one business rule. I didn't ... solution from our side? Please let me know how to configure this. Best Regards Marco Jandl

asked Apr 6, 2022 by marco_jandl (60 points)
0 votes
1 answer

I'm testing making changes to a mailbox that is synced between AD and Office365. During changes updates are not reflected back. I'm prompted that the replication with AD Connect has ... in the web interface. If I go to the console I can see the change.

asked Aug 6, 2020 by ComputerHabit (790 points)
0 votes
1 answer

Hello, we are in a migration phase from Exchange onPrem to Exchange Online. Since not all of our sites will be migrated at one time we are looking into a way to migrate ... an alerting / sending out a mail if the batch is not succesful? Thanks and KR Christian

asked Mar 21 by User0815 (40 points)
0 votes
1 answer

When creating a hybrid user mailbox with a Business Rule, after user creation, the remote routing address of the mailbox is set to the users email alias. How do I set it to the 365 address username@ourdomain.mail.onmicrosoft.com

asked Apr 13, 2022 by john.harding (70 points)
0 votes
0 answers

Ever since upgrading to 3.16.21906.0 the script here no longer works: https://www.adaxes.com/script-repository/move-mailbox-tofrom-microsoft-365-s579.htm Not sure what the issue is as I can't find any errors in the log.

asked Nov 16, 2023 by curtisa (210 points)
3,351 questions
3,052 answers
7,791 comments
545,095 users