ASR Deployment Planner - Hyper-v

Nicola D'Effremo 55 Reputation points
2024-10-10T15:59:55.2233333+00:00

when i run the command .\ASRDeploymentPlanner.exe -Operation StartProfiling with VMlist

Example: VMList.txt contains the following VMs:

  • Host_1\VM_A
  • 10.8.59.27\VM_B
  • Host_2\VM_C

I have this error:

10/10/2024 17:57:11:Performing prerequisite checks...

10/10/2024 17:57:11:The special character: \ is invalid in a VM:thinkpad-17\acronis. Remove the special characters from VMName list.

10/10/2024 17:57:11:The special character: \ is invalid in a VM:thinkpad-17\eset2. Remove the special characters from VMName list.

Can anyone give me a solution? I used the delimiter as indicated.

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
0 comments No comments
{count} votes

Answer accepted by question author
  1. hossein jalilian 13,120 Reputation points Volunteer Moderator
    2024-10-10T16:27:28.84+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Instead of using the Host\VM format, use a comma-separated format with the host name and VM name on the same line. For example:

    Host_1,VM_A
    10.8.59.27,VM_B
    Host_2,VM_C
    
    

    If you need to keep the current format, try escaping the backslashes by using double backslashes. For example:

    Host_1\\VM_A
    10.8.59.27\\VM_B
    Host_2\\VM_C
    
    

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Nicola D'Effremo 55 Reputation points
    2024-12-19T08:35:15.5666667+00:00

    Hi,

    do not use the ASRDeploymentPlanner-v3.0 tool, but the previous version 2.52

    5 people found this answer helpful.

  2. Dowell, Keith 5 Reputation points
    2025-08-23T14:07:46.18+00:00

    I am also having this issue with no luck.


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.