Hello Dowell, Keith,
It looks like you're running into an issue with profiling your Hyper-V servers using the ASRDeployment tool. The error message you received indicates that there are invalid special characters in the VM name format. Specifically, the backslash () character in the VM name is causing the tool to reject the input.
Here's what you can try to resolve the issue:
- Edit the VM List: Make sure your VM list text file (C:\temp\VMList5.txt) follows the correct format. The standard format should be HostName\VMName on each line, but if you're encountering issues, consider checking for any extraneous characters or formatting errors.
For instance, instead of:
Hyp-Server1\App-Server
You might want to test with just the App-Server name or ensure that the names don't contain characters that are not acceptable.
- Remove Special Characters: If your VM names contain special characters (other than the backslash), try renaming the VMs if possible, or remove those characters from the text file and see if that helps.
- Test with a Single Entry: Since you mentioned that you tried with a single server for testing, ensure the VM name is exactly as it is in Hyper-V without any special characters (i.e., just App-Server).
- Confirm VM Connectivity: Make sure that the Hyper-V host is accessible and that the VMs are running when you execute the profiling command.
- Check Permissions: Ensure that the user you are using to run the tool has administrative access on both the Hyper-V host and the VMs you are trying to profile.
Reference Document:
Please click Accept Answer and upvote if the above was helpful.