Windows Agent
Install the NetRecon agent on Windows endpoints for continuous monitoring and inventory reporting.
Prerequisites
- Windows 10 or later / Windows Server 2016 or later
- Local administrator privileges (for installation)
- Network connectivity to the probe (direct or via Cloudflare Tunnel)
- An enrollment token from the probe dashboard
Manual Installation
Step 1: Download the MSI
Download netrecon-agent-windows-x64.msi from the probe dashboard:
- Log into the probe dashboard
- Navigate to Agents > Downloads
- Click Windows (MSI)
Step 2: Run the Installer
- Double-click the downloaded MSI file
- Click Next on the welcome screen
- Enter the configuration details:
- Server URL: your probe's URL (e.g.,
https://probe.netreconapp.com) - Enrollment Token: paste the token from the probe dashboard
- Server URL: your probe's URL (e.g.,
- Click Install
- Click Finish when the installation completes
The agent installs to C:\Program Files\NetRecon\Agent\ and registers as a Windows service named NetReconAgent.
Step 3: Verify Installation
Open a Command Prompt as Administrator:
sc query NetReconAgent
The service should show STATE: RUNNING.
Check enrollment status in the probe dashboard under Agents — the new endpoint should appear within 30 seconds.
Silent Installation
For scripted or unattended installation:
msiexec /i netrecon-agent-windows-x64.msi /quiet /norestart SERVER_URL="https://probe.netreconapp.com" ENROLLMENT_TOKEN="your-token-here"
SCCM Deployment
Deploy the agent to thousands of Windows endpoints using Microsoft SCCM (System Center Configuration Manager).
Step 1: Create the Package
- Open the SCCM Console
- Navigate to Software Library > Application Management > Applications
- Click Create Application
- Select Windows Installer (MSI file) and browse to the MSI
- Complete the wizard with the following install command:
msiexec /i netrecon-agent-windows-x64.msi /quiet /norestart SERVER_URL="https://probe.netreconapp.com" ENROLLMENT_TOKEN="your-fleet-token"