Hi,
We're trying to setup a testing environment where we offer users a virtual machine so they can test their application.
The problem is how to let them connect. Installing the console for every user is not an option. It's good for managing VM's but for just letting users connect to the deskop it's way too heavy with too many options they don't need. Some of you will probably say remote desktop or VNC but we can't secure that so users can only connect when we allow it.
What I'm looking for exists, Microsoft has it.
Their Virtual machine remote client is a 400KB exe which is ideal.
It checks your credentials with the virtual server and immediately connects you to the correct VM (when passed the right parameters)
My question is, does something similar to VMRC exist for VMware?