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.
DTConsulting
11 years agoNew Contributor
For those times when you want to make sure there is a Restore Point created before making changes to a PC.
First I created a VBS file with the code below. Then I run it using the 'Execute a remote command' like this:
IF EXIST C:\Clevespace\NameOfFile.vbs CSCRIPT C:\Clevespace\NameOfFile.vbs
Here is the code for the VBS file:
If WScript.Arguments.Count = 0 Then
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "wscript.exe", Chr(34) & WScript.ScriptFullName & Chr(34) & " Run", , "runas", 1
Else
GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint "Clevespace manually created this restore point before installing Windows Updates", 0, 100
End If
- MohanMenghwar11 years agoVisitor
Hi Guys,
I was wondering is there anyone who can share me the batch file to isntall logmein silently on multiple terminals.
Thanks,
Mohan