RapidIdentity Product Guide

Deploying the Windows Client with Command Line Parameters

The Windows Client provides a mechanism to automate installation via the command line for administrative installations. This information could be used by administrators to create a Command Line script that is run during user login on machines the client should be installed on.

  1. Obtain access to the Windows Client Installer.

  2. Open the command prompt as an admin user on the Windows 10 machine.

  3. Run the following command: msiexec.exe /i "RapidIdentity Client for Windows.msi" /quiet /passive APIKEY="<Enter full API Key>" SERVER_URL="<Enter Server URL>"."

    Win10_Client_Deploy_GPO.png

    Note

    Once the command has been run, the installation process starts in the background. However, it can be tracked in Task Manager if desired.

    Windows_Installer_Task_Manager.png
  4. The Windows Client should proceed to install and should be present on the appropriate machines upon completion.