Automatically connect to a PC using Dameware
I'm trying to connect from command line to a PC using the following command, but all it does is to input the fields and I have to manually click on connect.
dwrcc -c: -m:MachineName -u:UserName -p:PasswordAm I doing something wrong? How can I fix this?
31 Answer
I routinely do this as part of my needs in my organization; the only difference between the command that you use and the one I use that appears relevant is that I use -h:, whose documentation isn't clear, but seems to implicitly use default settings for the 'host' (remote computer).