Share via

Powershell O365 Migration Error

Anonymous
2025-02-11T00:23:31.8033333+00:00

Hello

Please i need your help on this issue.

Testing a migration account and getting an error.

User's image

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Windows for business | Windows Server | User experience | PowerShell
Exchange | Other
Exchange | Other

A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-11T02:44:59.4733333+00:00

    Hi, @John Peter

    According to the screenshot of your error, the operation cannot be executed because the target object is not found, so you need to check if the parameter object exists and is entered correctly.

    You can use the following command to get the correct remote server URL.

    Get-MigrationEndpoint | Format-List Identity, RemoteServer
    

    The procedure can be found in the following article

    Use PowerShell to move mailboxes | Microsoft Learn

    New-MoveRequest (ExchangePowerShell) | Microsoft Learn


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.