Wingetlywingetly
← All apps

Duo Device Health

by Duo Securityv4.4.0.0

Last updated

The Duo Device Health application and policy gives Duo Premier and Duo Advantage customers more control over which laptop and desktop devices can access corporate applications based on the security posture of the device.

Install with winget

$ winget install --id DuoSecurity.DuoDeviceHealth --exact --version 4.4.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Duo Device Health

Duo Device Health uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i DuoDeviceHealth-4.4.0.msi /quiet /norestart

See the full silent install reference for Duo Device Health

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v4.4.0.0

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high7.1Patched in wingetCVE-2023-20229affects before 5.2.0Aug 16, 2023

    A vulnerability in the CryptoService function of Cisco Duo Device Health Application for Windows could allow an authenticated, local attacker with low privileges to conduct directory traversal attacks and overwrite arbitrary files on an affected system. This vulnerability is...

Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Duo DesktopDuo Security
    DuoSecurity.DuoDesktopv7.21.0

    Duo Desktop helps enforce security posture requirements for endpoints by performing health checks before granting access to Duo-protected applications.

More from Duo Security.

Frequently asked questions

How do I install Duo Device Health on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id DuoSecurity.DuoDeviceHealth --exact --version 4.4.0.0. winget downloads the installer from Duo Security and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Duo Device Health silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id DuoSecurity.DuoDeviceHealth --exact 4.4.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Duo Device Health?
Duo Device Health uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i DuoDeviceHealth-4.4.0.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Duo Device Health via winget?
Run: winget uninstall --id DuoSecurity.DuoDeviceHealth --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Duo Device Health's Apps & Features entry.
Is Duo Device Health free?
Duo Device Health is distributed under Copyright (C) 2023 DUO. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does Duo Device Health work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Duo Device Health directly from the publisher.
How do I keep Duo Device Health up to date?
Run winget upgrade --id DuoSecurity.DuoDeviceHealth --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Duo Device Health from microsoft/winget-pkgs.