I am trying to create a VMRC connection to a specific VM in vSphere.
I created the entry but when I try to open it I get the error "Could not obtain a ticket for the remote virtual machine ..... Is the ID correct?"
I am confident I have the VMid correct as i copied and pasted it from powercli
What am I doing wrong?
vmid.png
Hello,
Thank you for contacting us on that matter!
Allow me to ask you a few questions to help us determine what could be causing this issue.
Best regards,
Gabriel Degrandpré
Thank you for the response! I was actually able to figure it out myself. The issue was the VM ID is not "VirtualMachine-vm-21342434" as reported by powercli. For it to work in RDM you need to drop the "VirtualMachine" from the label, so the ID simply becomes: "vm-21342434"