Product Line: VERDE
As of VERDE 8.2.1, you can automate the VERDE-Client/Image startup by a line command on the user's client/workstation. This does require that the Verde-Client be installed on the pc/workstation.
Following is a help sheet listing all available command/switches. All three protocols (RDP, SPICE and UXP) are supported.
Available Commands/Switches To obtain aforementioned pop-up screen, merely type the verde-client.exe -h as follows:
Windows:
C:\Program Files\VERDE>verde-client.exe -h
Ubuntu:
/Downloads/verde-client --help
The following command string results in image/VDI entitled Win1064 on VERDE server 192.168.0.12 starts up with user "robinpurv", password "********" and protocol SPICE
C:\Program Files\VERDE>verde-client.exe -c -D Win1064 -s 192.168.0.12 -u robinpurv -p ********* -P SPICE
The following Ubuntu client command string results in image/VDI entitled Ubuntu20048 on VERDE server 192.168.1.10 starts up the user "robinpurv", password "*********" and protocoll SPICE
Downloads/verde-client -c -D Ubuntu20048 -s 192.168.1.10 -u robinpurv -p ########## -P SPICE
The following results in image Win732 running on server 52.176.158.255 with user "robinpurv", password "********" and protocol RDP
C:\Program Files\VERDE>verde-client.exe -c -D Win732 -s 52.176.158.255 -u robinpurv -p ********* -P RDP