I also ignore the built in one. I recommend Bleachbit as it's very customizable and easily scripted from labtech.
​
It's called ScreenConnect Remote Support & in LabTech 10.5 (with the updated ScreenConnect plugin) your techs can access it from within LabTech. Remote Support's still a separate fee, but if you got it, you can use it w/o leaving LabTech / maintaining multiple credentials.
Edit: grammar
I used:
http://jqueryui.com/themeroller/
I used their gallery to find a theme I liked and then made some changes to the color layout. I used the jQuery upload function inside of Labtech Dashboard.
u/kingjames2727
Go to dashboard> Control Center> and under system options you'll see "Display SQL Queries for Development Purposes and debugging"
Check that box and restart control center
I think that is what you're looking for. Let me know if not.
Kyle Christensen | Sierra Pacific Consulting
I was not but my colleagues were there. Depending on all this crazy COVID stuff, I'll be at the next one and ITN's in Orlando.
I'll buy ya a beer on our marketing budget if we meet up :-P
Kyle Christensen | Sierra Pacific Consulting
Have you tried to put gibberish in there or NULL or %computerid% to see what happens?
​
Kyle Christensen | Sierra Pacific Consulting
This is pretty much the easiest way. You could make some EDF's as well that check a box once imported and have the script run on a group for devices in X company without EDF box checked.
​
Kyle Christensen | Sierra Pacific Consulting
Yea I’ve seen something similar to this before. I can understand why your spam provider would take this stance but I’d look into whitelisting your automate server from outbound filtering. There’s always exceptions to this. That or get an SMTP provider like SMTP2GO and completely bypass your internal mail servers.
The other options are going from a system like pager duty that relys on email and move to something like OpsGenie that can utilize APIs rather than emails to alert your teams. I’ve used that with great success for 15k+ agent environments where 20 emails at once would be a normal ‘thing’.
Kyle Christensen | Sierra Pacific Consulting
Screenconnect is pretty powerful over gotoassist. In Screenconnect you get access to the toolbox and run any tool remotely which is not available in gotoassist yet. https://www.screenconnect.com/Compare-GoToAssist-Alternative
Vinay rmmguru.com
If you're still looking for this - I found an easier way then writing powershell code.
Get a copy of visual studio https://visualstudio.microsoft.com/downloads/
Once installed, create a new project > Windows Forms App (.Net Framework)
Create your form using the GUI, save and Debug. Then look in the debug folder for the .exeof the form it creates. You can then upload this to your LTShare and create a script to download the file to the local machine and use a console shell to run the executable.
​
Writing the code in powershell was fun, but for the life of me I could not get things to dock and scale correctly, this is much easier to do in VS with a Gui.