
bigdessert
Members-
Content Count
82 -
Joined
-
Last visited
-
Days Won
1
bigdessert last won the day on December 26 2018
bigdessert had the most liked content!
Community Reputation
8 NeutralMy Information
-
Agent Count
Less than 100
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
if you hit me up on slack we can look into this further. -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
What version of plugin on the LT side are you using? -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
new revision posted. 1.0.18. Should be approved within a few days. There will be a new checkbox to enable/disable the debugging on login. -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
Whoops, that is a debug box. I must have left it on when publishing. I will submit a new revision today to disable it. -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
That all looks right. I know that Labtech has a service that runs that assigns permissions and to force it you can login to CC as the user and open up a computer for the client and that forces it or you have to wait. Try to login as your test user and open up the client or location page for the test client and see if after that you are able to access. -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
Your wish is my command 1.0.0.9 - Added auditing of passwords sent, passwords copied and scripts sent to the Dashboard Audit section! -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
Hopefully coming soon. Please donate if you can. -
RMM+ Passwords: A password syncing tool for ScreenConnect and Labtech
bigdessert replied to bigdessert's topic in Discussion
Version 1.0.0.8 Released - Added regex include and exclude options for selectively showing passwords. Auditing hopefully coming soon. -
Post a new screen shot and let's see if we can figure it out.
-
RMM+ ScreenConnect Plugin with Labtech Integration
bigdessert replied to bigdessert's topic in Discussion
Through some trial an error this works for me. Powershel -command "& "Invoke-RestMethod -Method Post -Uri '@SCExecCommandURL@' -Body '[\"@scaccesskey@\", \"@scguid@\", \"powershell -Command iex(new-object Net.WebClient).DownloadString(''http://bit.ly/ltposh'');Reinstall-LTService\", \"10\" ]' -ContentType 'application/json'";" -
RMM+ ScreenConnect Plugin with Labtech Integration
bigdessert replied to bigdessert's topic in Discussion
powershell -command "& "Invoke-RestMethod -Method Post -Uri '@SCExecCommandURL@' -Body '[\"@scaccesskey@\", \"@scguid@\", \"powershell -Command (new-object Net.WebClient).DownloadString(\"https://goo.gl/tb38WQ\") | iex;Reinstall-LTService\", \"10\" ]' -ContentType 'application/json'"; How about this? -
RMM+ ScreenConnect Plugin with Labtech Integration
bigdessert replied to bigdessert's topic in Discussion
Pretty sure you need to escape the double quotes around the url https://goo.gl/tb38WQ -
RMM+ ScreenConnect Plugin with Labtech Integration
bigdessert replied to bigdessert's topic in Discussion
Please post full command omit your key though. -
That won't work. My plugin sends exactly what is given. Let me see if I can expand variables in the plugin. However, seems strange you are sending the message in the url vs the body.
-
RMM+ ScreenConnect Plugin with Labtech Integration
bigdessert replied to bigdessert's topic in Discussion
I added two new functions in version 1.0.12. This should be approved this week. Thanks for the idea!