Toggle SMS Remote Tools - Prompt for Permission, Ron Crumbaker's Web Remote tools 3.21
In our environment, the default setting for SMS remote tools is to require the interactive user to grant permission. Occasionally, removing the prompt temporarily is desired--usually because the end user asks you to fix their issues while they go to lunch (happens all the time to me, anyway!)
Edit MachRest.asp, and add a button by your other buttons (about line 80-ish):
<INPUT id="Button729" style='WIDTH: 180px' type='button' value='Toggle SMSR Perms' name='Btnl729'>
Then copy/paste the attached information (the Sub) probably near the bottom, just before the </script>, after all of the other SUB/end Sub routines. In the attached sub routine, change the "YourSMSServerNameHere" to match your SMS server name.
(by request)