Is it possible to modify the "Connection via RDP" action in the VMM console, or perhaps a way to add a new command to that drop-down menu?
I have an environment where VMM users do not have direct IP connectivity to the operating VMs. RDP access is done via an RDP gateway.
So when the "Connection via RDP" action is executed, instead of:
mstsc /v:HOST
I'd like it to do:
mstsc /v:HOST /g:GATEWAY
If I could intercept the execution, I could insert an wrapper script to adjust the command line as required. Is there a way of modifying the executable used for this action in the VMM console?