Silent installation for RMM (Windows advanced)
eazyBackup allows you to install and configure the software silently, by running the following example via your remote management software. Silent installations must be started by running from the installer directory. Incorrect quotations may result in errors.
Arguments
Account username and password
Silent install
For example:
Command Prompt:
PowerShell:
If you make a mistake with the username/password prompt, you can run the following command to re-enter your login details:
Please take care with the n character separating the username and password.
Optional arguments
Disable shortcuts
eazyBackup allows you to disable the software shortcuts during the silent installation, by adding the command-line argument /SHORTCUT=disable
.
For example, if you want to install and have no shortcuts created, you can run the following command.
Command Prompt:
PowerShell
Disable tray icon
eazyBackup allows you to disable the tray icon during the silent installation, by adding the argument.
Log on backup.delegate
service as Local System account
backup.delegate
service as Local System accounteazyBackup allows you to explicitly have the background service backup.delegate
log on as the Local System account during the silent installation with the following argument.
RMM Deployment Examples
Silent install example for a single user
Silent install with RMM software
In this example the script accepts username
and password
as parameters, which could be supplied by your RMM software:
To dynamically replace the "username" in the Start-Process
command for each user, when running the script from RMM software, you can pass parameters from the RMM system to the script at runtime.
PowerShell
Most RMM software should allow you to pass values for username
and password
when you execute the script.
Direct Input in the RMM Software: If your RMM supports passing parameters to PowerShell scripts (Kaseya, Datto, N-able), you can pass
username
andpassword
as arguments when running the script.Using Variables: If your RMM software stores user-specific data (like usernames or passwords), you can substitute them into the script as variables at runtime.
Last updated