This knowledge base article is for version 2.0 of our client. For settings related to version 1.0, Click here
This article provides a step-by-step guide for deploying the V2 Senso client using PDQ Deploy
- Open PDQ Deploy, go to the Packages section, then right-click and select "New Package" to begin creating a deployment package
- Give your package a suitable name, and optionally add a version number and description to help identify its purpose
- Right Click on the Steps tab, select "New Step", and then choose "Install". This will open the installation configuration window shown below
- Click the box to the right of the Install File field. A pop-out window will appear, allowing you to browse to the Senso installer. Select the installer from a shared network location that has the appropriate read access for target devices
- It's recommended to include the license key and site assignment key during installation by modifying the Command Line entry. First, check the "Custom" checkbox to enable editing of the command line.
Then, append your License Key (LIC=XXX-XXX-XXX) and your Site assignment key (SID=XXX) to pre-assign devices to the appropriate site.
You can locate your license key here and your Site assignment key hereYour command line should look similar to the example below, with your actual license and site ID values:
msiexec.exe /i "senso.cloud_client_x64.msi" ALLUSERS=1 /qn /norestart /log output.log LIC=XXX-XXX-XXX SID=XXX
Save the package, then right-click it and select "Deploy Once"
From there, choose your target devices or device groups, and select the desired target groups of devices.