Skip to main content
You can install idemeum agent by executing an installation command using PowerShell or macOS terminal. For mass install guides please check our integrations page.

Agent installation

Installation

1

Obtain PowerShell script

Navigate to your idemeum admin portal, click Install new agent button and copy the installation script for Windows.
2

Execute script using PowerShell

Make sure you execute the script with PowerShel Administrator privileges.
Open PowerShell and execute the installation script with Administrator privileges. Idemeum will install all required prerequisites before installing the agent. No restart is required after successful installation.

Command-line arguments

You can pass additional command-line arguments to the installation script:
- restartAfterInstall
'true' | 'false'
Restart is not required, however you can still trigger the restart after the successful installation by passing true as an option.
- appControlMode
'disabled' | 'audit' | 'rules'
By default when the agent is installed it operates in disabled mode. You can pass the mode which you want to apply at installation time.
- version
'2.5.1'
Pass the desktop version that you want to install. By default the latest version will be installed. You need to pass the version with ”, for instance ‘2.5.1’.