Hi,
the native Microsoft RDP client supports the /console commandline parameter, which lets you connect directly to the console session instead of "virtual terminal sessions". Some applications seem to require this and we are running across this requirement right now.
Is there a way to pass that parameter through the SSL machine? Or could we use SAM to do this somehow?
Thanks
Sascha
Solved! Go to Solution.
Here is what I did when I ran into very same requirement:
Created a Client Side WSAM resource policy for mstsc.exe
Assigned it to the user role
Created a batch file for the user to run with the console switch
This may help...
http://www.juniperforum.com/index.php/topic,6550.0.html
thanks guys. both solutions look good. I think I am going to try with WSAM first, as we haven't used WSAM at all yet and I am keen on playing with it
cheers
sascha