Our Windows Agent installers support unattended installation. You will have to provide the specific information as command line parameters. For the workstation agent that will be the users e-mail address (this should already be known to Lupasafe ) and for the server this is the API username and password (if you don't have these already, you can generate a new API username and password in the portal at https://portal.lupasafe.com/Account/clients).


Workstation Agent

You can download the installer from here: https://lupasafe.com/client_software/latest/Skopos%20Agent%20Teams.exe


To start the unattended installation you can start the installer using the following command line parameters and fill in the users e-mail address:

"Skopos Agent Teams.exe" /exenoui /qn USEREMAIL="name@domain.com"


The installation will fail if the backend can't be reached or if the e-mail address is (yet) unknown to the Skopos backend. In that case this message will appear in the EventLog:


An example script to get e-mail addresses from your Active Directory and start the Lupasafe Agent Installation (some edits in the script are required to let it run correctly on your own network) can be downloaded below. The script was created by Geoff from SDU, who allowed us to share it.


Server Agent

You can download the installer from here: https://lupasafe.com/client_software/latest/Skopos%20Agent.exe


To start the unattended installation you can start the installer using the following command line parameters and fill in the API username and password:

"Skopos Agent.exe" /exenoui /qn USER_NAME="username_from_portal" USER_PASSWORD="password_from_portal"