This script will install the Sentinel agent silently without restarting the device.
After the script completes the SMA script will send a notification to the user so he is aware that the installation completed and a reboot is required.
Step1 : Create a batch file in this case called RUN_WorstationsGroup.bat with the following code:
cls
@pushd %~dp0
msiexec /i SentinelInstaller_64bitmsi /q /NORESTART SITE_TOKEN=xxxx
@popd
Step 2: Create a Managed installation from a test machine with the agent already installed.
Step3: Create a script that summons the MI with the custom arguments.
In the script task #1 install the agent package (Manage Install) with Install Args: RUN_WorkstationsGroup.bat
In task #2 Configure the user notification:
Comments