I have written an application on Windows and have found that the Connect function requires an administrative user name and password to connect with VMware Server 2.0. My app is a Windows service and always runs with privileges (SYSTEM account). I would like to run this on different machines and it is not convenient to have to specify a user name and password on each because they may be different.
Is there a way to connect on Server 2.0 without specifying the user name and password if my program is already running as SYSTEM?
Thanks.