Remote Desktop Protocol (RDP) Connect command

Now that eggPlant supports RDP, what is the command to connect using this protocol?

Is it something like:
Connect “, Username, Password”

Thanks

[quote=“dm83737”]Now that eggPlant supports RDP, what is the command to connect using this protocol?

Is it something like:
Connect “, Username, Password”

Thanks[/quote]

Anybody?

It’s the same as the standard connect command, but you need to specify a “type” parameter to indicate that you want to use RDP:

connect serverID:"serverName or IP",username:"uname", password:"pa$$word",type:"RDP"

Please note that this was not working in v15, but works in v15.01 and later.

Much appreciated, thank you!