splashtop_service_restart.ps1 - limehawk/rmm-scripts GitHub Wiki
splashtop_service_restart.ps1
Restarts the Splashtop Remote Service to resolve connectivity or performance issues.
Overview
This script restarts the Splashtop Remote Service, providing a quick resolution for connectivity or performance issues with Splashtop remote access.
Purpose
Restarts the Splashtop Remote Service to resolve connectivity or performance issues with Splashtop remote access.
Prerequisites
- Windows OS
- Administrator privileges
- Splashtop Streamer installed
Configuration
Required Inputs
$serviceName: Name of the Splashtop service to restart
Hardcoded default:
- Service Name:
SplashtopRemoteService
Behavior
- Validates service name input
- Checks if service exists
- Restarts the service
- Reports final status
Security Notes
- No secrets in logs
Exit Codes
- 0 = Success
- 1 = Failure
Example Output
[ INPUT VALIDATION ]
--------------------------------------------------------------
Service Name : SplashtopRemoteService
Inputs validated successfully
[ SERVICE RESTART ]
--------------------------------------------------------------
Restarting SplashtopRemoteService...
Service restarted successfully
[ FINAL STATUS ]
--------------------------------------------------------------
Result : SUCCESS
Service Name : SplashtopRemoteService
Status : Running
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
Version History
- 2024-12-01 v1.0.0 - Initial release - migrated from SuperOps
Links
- View Script Source
- Scripts - Back to script index