Questions tagged [logmein]

LogMeIn is a suite of software services that provides remote access to computers over the Internet.

LogMeIn has an API you can use to pull information, reports, etc. out of your Rescue account and into your own environment.

The API is a "pull" programming interface that allows you to code your own applications and pull Rescue session data into them, or even create your own support interfaces to pull reports, generate PINs, and view active sessions based on groups, techs, or even the whole account.

25 questions
0
votes
2 answers

How can I retrieve this AUTH Token from GoToWebinar's API in PHP?

GTW has updated their API and I'm in the middle of refactoring some code to accommodate these required changes but I'm a little stuck on the Auth Token part. As per their instructions…
Tspesh
  • 118
  • 12
0
votes
1 answer

Log Me In Rescue Service issues

I have not been coding for very long but am looking to create a work around with some issues that log me in rescue has, during reboots log me in rescue will frequently lose connection and cause the program to break for lack of better terms,…
Mike
  • 1
  • 2
0
votes
2 answers

rightclicking on the remote server, Opera browser, Flash

I'm using Logmein as remote control software. You can use web interface to control another PC without needing to open ports. But I have a problem. If I rightclick on the screen it opens the rightclick menu on my local computer (flash configuration)…
skan
  • 7,423
  • 14
  • 59
  • 96
0
votes
2 answers

LogMeIn Rest API

OK so im a noob when it comes to APi's. I have used wundergrounds api with out a problem. However im trying to use LogMeIn's REST API with php and i must be doing something wrong. The instruction say to Check your Credentials The first call should…
0
votes
0 answers

How can I detect the Ethernet cable has been switched to a different network and if so shutdown computer?

I have a problem at work where a co-worker is the system admin and he has gone LogMeIn crazy. I even tried moving all three of my computers to a different network administered by a different department and domain. He just simply unplugs network 1…
Jim Dandy BOA
  • 533
  • 7
  • 13
0
votes
1 answer

Taskkill through LogMeIn

I am using a LogMeIn OneToMany task to deploy an update to some PCs running my application. I have a python process that spawns a child .exe. It runs as "python.exe" (what the task list says) and has a title of "Administrator: AppRunner". I can't…
justanotherdev
  • 112
  • 1
  • 7
0
votes
1 answer

Detect programmatically if there is a LogMeIn remote session

Is there a way to programmatically detect if there is a LogMeIn session on the current Windows PC / user? I have tried it in several ways (in C#, but the language is irrelevant): Using a CPU performance counter, assuming that LogMeInRC.exe's CPU…
Jonas Sourlier
  • 13,684
  • 16
  • 77
  • 148
0
votes
1 answer

LogMeIn API - getSession?

The LogMeIn API's "getSession" call is driving me a bit crazy. According to their documentation, you should be able to input an iNodeID either from the getHierarchy call or just the tech's ID# from the LogMeIn admin page and it will report their…
Nate
  • 1
  • 1
0
votes
3 answers

scripting languages native to windows for remote users support

I work for a application dev company but I am in the support side of it. I am looking to run scripts on to remote-host (logmein Rescue Technician Pro). Our clients all run windows machines and the oldest OS version we support is XP SP3 and the…
-1
votes
1 answer

How to use below JSON body in powershell for invoke-restmethod

I need generate token with "hostIDs" and "Fields" data. If I use only "hostIDs" it works but that token is invalid. Below is the JSON body code which works with Postman but not in PowerShell. { "hostIds":[8876767,6736742,0986374], "fields":…
1
2