Install ScalePad Agent
Summary
This script checks the endpoint for an existing ScalePad Agent installation and determines whether the agent is already installed. If the ScalePad Agent is not detected, the script uses the configured ScalePad Enrollment Token to install and enroll the agent with the appropriate ScalePad organization. If the agent is already installed, the script exits without making any changes to the existing installation.
Sample Run
Dependencies
Implementation
-
Export the agent procedure from ProVal's VSA RMM instance.
Name:Install ScalePad AgentThe export will download the necessary XML file.
-
Import this XML file into the partner's VSA RMM instance.
-
Export the
Install-LCMAgent-Universal.ps1from the ProVal's Internal VSA. This is also placed under the below path:
Manage Files>Shared Files>PVAL>Install-LCMAgent-Universal.ps1

-
Create the managed variable
ScalePad_Enrollment_Token -
Map the
Install-LCMAgent-Universal.ps1into the18thstep of the script in the client's environment.
Output
- Script logs
Changelog
2026-08-18
- Initial version of the document