Maybe I'm missing something somewhere.
I have this in my config file:
<?xml version="1.0" encoding="utf-8"?>
...
**
**
**
<configuration>
<system.net<
http://system.net>>
<connectionManagement>
<clear/>
<add address="*" maxconnection="8" />
</connectionManagement>
</system.net<
http://system.net>>
<appSettings>
<add key = "protocolports" value = "https:443"/>
</appSettings>
</configuration>
and this in my batch file:
@echo Off
SET DEVPATH=C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"
but when I run the client (from the batch file and try to connect I get:
Could not connect, please enter a valid server name.
Brett