Skip to content

unsolaci/runPowerShellScriptViaLogMeInRescueTechnicianConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

runPowerShellScriptViaLogMeInRescueTechnicianConsole

Execute PowerShell scripts via LogMeIn Rescue Technician Console on Windows.

Usage

  1. Prepare a zip file, containing the PowerShell script that you wish to execute and any resources/dependencies. Contents of this archive will be extracted to the same folder, where LogMeIn Rescue Technician Console stores batch script files.

  2. Modify below section of runPowerShellScriptViaLogMeInRescueTechnicianConsole.bat file to reflect your file names:

REM # Only change these
set                    resourceZipFileName=yourResourceZipFileName.zip
set               powershellScriptFileName=yourPowershellScriptFileName.ps1
  1. Add a new script in the LogMeIn Rescure Technician Console(Tools / Manage Scripts... / Add New), and fill out the following fields:
Field Value
Script file path to runPowerShellScriptViaLogMeInRescueTechnicianConsole.bat
Resource file path to the zip file prepared in point 1.

Author

License

Apache 2.0 - see LICENSE.