Comments
-
9/10. I would also like to know which question I missed,
-
This would be a great feature, just as users must enter a reason for acknowledging an alert. We currently track our unmanaged devices by ticket, but I would love to be able to pull a report from Orion of unmanaged devices along with the reason.
-
Thanks. I think I like this better than cycling through tab slideshow in Firefox.
-
Thanks the script is pretty handy. I'm using IE7 with tabs so I tweaked it a little bit to look like this: Option Explicit Dim objShell Set objShell = CreateObject("WScript.Shell") Do objShell.SendKeys "^+{TAB}" Wscript.Sleep 1000 objshell.sendkeys "{F5}" Wscript.Sleep 10000 loop Hopefully Firefox is in my near future.
-
I would like to do this also. Does anyone know of an Internet Explorer add-on that functions in the same manner as the Auto Toggle Tabs extension for Firefox? Thanks.