Execute PowerShell scripts via LogMeIn Rescue Technician Console on Windows.
-
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.
-
Modify below section of runPowerShellScriptViaLogMeInRescueTechnicianConsole.bat file to reflect your file names:
REM # Only change these
set resourceZipFileName=yourResourceZipFileName.zip
set powershellScriptFileName=yourPowershellScriptFileName.ps1
- 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. |
- Wojciech Ros ([email protected])
Apache 2.0 - see LICENSE.