ASR Deployment Planner - Hyper-v

Nicola D'Effremo 20 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.
720 questions
0 comments No comments
{count} votes

Accepted answer
  1. hossein jalilian 8,150 Reputation points
    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.

0 additional answers

Sort by: Most helpful

Your answer

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