The endpoint agent is a lightweight Windows agent that collects device posture and reports it back to Venvera. Reach it directly at Integrations, Endpoint Agent. Each device that checks in appears in Venvera with its latest posture and heartbeat.

Enrolling a device

Generate an enrolment key

On the Endpoint Agent page, generate an enrolment key. The secret is shown once at creation, so copy it then. Keys have the form vv_agent_<prefix>_<secret>.

Install the agent

Run the provided PowerShell install one-liner on the target device. The agent installs as a LocalSystem Windows service and begins heartbeating to Venvera.

Confirm the device

The device appears on the Endpoint Agent page and updates its posture on each heartbeat. Each report is authenticated with a per-key HMAC signature, and replayed requests are rejected.

What the agent collects

SignalWhat it reports
BitLockerDisk encryption status
Microsoft DefenderAntivirus presence and status
FirewallWindows Firewall state
Windows UpdateUpdate status
TPMTrusted Platform Module presence
Account hygieneLocal account posture

To retire a device or rotate credentials, revoke its enrolment key on the Endpoint Agent page. The agent stores raw posture signals and does not auto-map to controls the way the cloud scanners do.

ℹ️
The agent is Windows-only, and its availability depends on the signed agent binary being published for your deployment.