The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
KevinA
16 years agoRetired GoTo Contributor
One2Many Script Repository
Welcome to the LogMeIn Central Script Repository!
What is it? A library of scripts to help you execute automated tasks and manage LogMeIn Pro² computers without having to access them manually. ...
- 8 years ago
https://github.com/knix15/LogMeIn-One2Many-Community-Scripts/
Scripts can be found here as well for better future organization.
joelasaro
10 years agoActive Contributor
Yes, it is criminal that LMI hasn't added powershell. Frankly, I haven't seen any development improvements in One2Many. Makes you wonder what they are spending all the money from their constant price increases on!
I have ended up implementing most of my scripts in vbs or batch to keep it simple. I do feel like I have done a powershell script in the past through One2Many, but I can't find it now so maybe I didn't.
One thing to note is that the commands are going to run as the user account you give LMI Central to use on that computer. Are you testing on the same computer and using the same account? Also, I would google for running powershell from the commandline or from a batch file. It looks like there might be some helpful resources on Stackoverflow for that.
GeorgeK78
10 years agoNew Contributor
Thanks Joe.
I have ran plenty of Powershell scripts from batch files, I even have a vb script I use for Powershell scripts in the task scheduler:
set arg = Wscript.Arguments
command = "powershell.exe -nologo -command " & Wscript.Arguments.Item(0)
set shell = CreateObject("WScript.Shell")
shell.Run command,0That works fine in Scheduler.. but not sure about the syntax in LMI. I guess I'll try it.
As for the user running the script. the LogMeIn service runs as LocalSystem, and the scripts that I typically run, are system related... as in, controlling a service if it meets certain conditions, etc ... so I'm not sure that this is really user dependent? (unless of course, I misunderstood what you were stating)
p.s: I completely agree with you regarding the developments on One2Many. I'm really not that impressed. I honestly think that having more functionality with One2Many would've been more important than having a whole Anti-Virus section, which, frankly, doesn't do a lot more than previously.
Cheers!
- dreamgear10 years agoActive Contributor
you mean right-clicking on the file before you add it to the One2Many task? Or after ?
- Consultant6410 years agoRegular Contributor
try right clicking on the file then click properties and see if there is an Unblock option. Uncheckit.
- ITDEPT8710 years agoActive Contributor
Can anybody help with installing the lastest Java update? i have the .exe file downloaded but nothing im trying is working the program keeps failing out. Thank you.