jump to content

Windows

Install ZebraByte Device Agent on Windows with the signed MSI installer, enroll the device from the the platform console tray helper, and verify or uninstall it.

View as Markdown

The recommended way to set up ZebraByte Device Agent on a Windows computer is:

  1. Install the signed .msi
  2. Enroll the device from the the platform console in your browser

You do not need the command line for a normal install. After the installer finishes, enrollment uses the system tray helper, which completes the link for you.

CLI enrollment exists only as an advanced fallback for administrators. Prefer the installer and the platform console flow below whenever possible.

Make sure you have:

  • Access to the the platform console for your region:
  • The Windows computer you want to enroll
  • Permission to install software (you may be asked for User Account Control approval)

Download the Windows .msi from the Download page, or from GitHub Releases under the probo-agent/v* tag.

After the agent is installed, someone with access to the the platform console starts enrollment for your device. In the the platform console, choose your region if prompted, then click enroll. Your browser opens the enrollment link. The Windows tray helper assists with any elevation needed and finishes enrollment without a terminal.

You should see a short confirmation in the system tray. The device then appears as enrolled in the the platform console and begins reporting posture checks.

Windows releases ship a signed .msi installer. Install with this package first, then enroll from the the platform console. That is the supported path for employees and most administrators.

  1. Download the MSI

    From the Download page, download the Windows .msi for the latest ZebraByte Device Agent release.

  2. Run the installer

    Open the .msi and complete the setup wizard. Approve User Account Control (UAC) if Windows asks for permission.

    The installer places the agent on the machine, starts the tray helper, and enables browser enrollment support.

  3. Enroll from the the platform console

    Open the enroll page for your region: us.the platform.com/enroll or eu.the platform.com/enroll.

    Choose your region if prompted, then click enroll.

    Your browser opens the enrollment link. The Windows tray helper assists with any elevation needed and finishes enrollment.

  4. Confirm enrollment

    Check the system tray icon for a successful enrollment message. You can also refresh the device page in the the platform console—it should show the device as enrolled and start showing posture results shortly after.

CLI enrollment is not the recommended path on Windows. Prefer the installer and the platform console enroll steps above. Use the command below only if browser enrollment is unavailable and an administrator asks you to enroll from a terminal.

To get a one-shot enrollment token, open the Employee Portal, go to the Devices tab, and use the Try creating it manually link. Copy the token from there—do not share it, and do not put it in a URL or chat log.

Then run an elevated install with your region’s server URL and that token:

# Elevated PowerShell or Command Prompt
probo-agent.exe install `
  --server https://us.probo.com `
  --enrollment-token YOUR_TOKEN

Use https://eu.probo.com for EU organizations, or your self-hosted base URL. See Commands for optional flags.

After enrollment (installer path or CLI), you can confirm local state:

probo-agent status

status prints the server URL, device ID, heartbeat/posture/update intervals, and whether auto-update is enabled. In most cases, confirming the device page in the the platform console is enough.

# Elevated, or uninstall via Apps & features / the MSI
probo-agent uninstall

Uninstall stops the service, unenrolls the device, removes tray auto-start where applicable, and deletes local agent state.

Ultima actualizare: