PowerShell is required
Use the download/install agent page to download the agent through PerformanceGuard and to generate a Command string to install through PowerShell.
The bit version can be changed in the top from Windows(x64) and Windows(x32).
Download agent from browser
The agent can be downloaded directly from PerformanceGuard in the browser by pressing the download button. It will always download the latest release version of the agent after the release of version 8.2.
Generate PowerShell download/install string
On the page there's a form to generate a string which can be executed using PowerShell.
The command will download AND install the agent, using the given criteria.
Note: The installer will be downloaded to your current located folder. Make sure to cd into the correct folder before download.
Checkboxes:
- Checking the "Silent Installation" checkbox makes the installation silent.
- Checking the "Log Installation" will create a log file of the installation, located in the same folder as the .msi(Agent Installer) file.
Encryption settings:
- 0: Don't use encryption
- -1: Use encryption if the Frontend server supports encryption
- 1: Force use of encryption (that is: don't communicate with Frontend servers that don't support encryption)
- -2: Use custom defined encryption if the Frontend server supports encryption
- 2: Force use of custom defined encryption
You can use the "Copy to Clipboard"-button to copy the generated string.