Team: Huntress Managed Endpoint Detection and Response (EDR)
Product: Huntress Agent Installer
Environment: Windows
Summary: Check the installer version for deployments and installs
Although the Huntress servers will automatically upgrade your agents, we sometimes release backward-incompatible changes that require a specific version of the HuntressInstaller.exe file. To check the version of the Huntress Installer:
PoSh:
if (Test-Path "C:\Program Files\Huntress\HuntressAgent.exe"){
Write-Host "Huntress version (64bit): "(Get-Item "C:\Program Files\Huntress\HuntressAgent.exe").VersionInfo.FileVersion
Write-Host "Process Insights Rio EDR version: "(Get-Item "C:\Program Files\Huntress\Rio\Rio.exe").VersionInfo.FileVersion
} elseif (Test-Path "C:\Program Files (x86)\Huntress\HuntressAgent.exe") {
Write-Host "Huntress version (32bit): "(Get-Item "C:\Program Files (x86)\Huntress\HuntressAgent.exe").VersionInfo.FileVersion
Write-Host "Process Insights Rio EDR version: "(Get-Item "C:\Program Files (x86)\Huntress\Rio\Rio.exe").VersionInfo.FileVersion
} else {
Write-Host "Huntress not found!"}
GUI:
- Right-click on the Huntress Installer executable file.
- Select "Properties" from the context menu.
- Within the HuntressInstaller.exe Properties windows, select the "Details" tab.
- The installer version is specified within the "File version" property: Similarly you can find Process Insights version in %programfiles%\Huntress\Rio\Rio.exe