DameWare Remote Control - RCrumbaker Web Remote Console 3.21
If your company uses DameWare Remote Control as part of the full suite (NT Utilities), or Mini Remote Control, you can add a button to Ron Crumbaker's Web console to launch "dwrcc.exe", and it does not need to be installed locally.
Edit MachRest.asp, and add a button by your other buttons (about line 80-ish):
<INPUT id="Button731" style='WIDTH: 180px' type='button' value='DameWare RC' name='Btnl731'>
Then copy/paste the attached (Sub.txt) probably near the bottom, just before the </script>, after all of the other SUB/end Sub routines.
3 things need to be done
- In the attached sub routine, change the "YourSMSServerNameHere" to match your SMS server name.
- In the sub routine, if there may be local installations, comment/uncomment the correct line for strDMLocalFldr
- In the subroutine, it is assumed that in <yoursmsserver>\remote$, there will be a folder called "DWRCC", which will contain the files needed to run the remote control tool. I tested this using the demo version of Mini-remote, so attached is a directory listing of all the files; but I suspect you can do without some of the files (like the readme, etc.). If you do not want to have a subfolder in \remote$, place the files/folder in another fileshare that people will have read-only access to, and change the subroutine line of strDMSourceFldr= to match.
Thanks to John Marcum and Glen Schebece for testing this for me.