Skip to main content

Duo Deployment - Windows

Overview

This script will install or update DUO if the currently installed instance is older than the latest released version. It matches the hash of the installer from the official website before deploying it.

Parameters Reference: Duo Silent Install

Sample Run

Play Button > Run Automation > Script
SampleRun1

Search and select Duo Deployment - Windows Image1

Set the required arguments and click the Run button to run the script.
Run As: System
Preset Parameter: <Leave it Blank>
Image2

Run Automation: Yes
RunAutomation

Dependencies

Automation Setup/Import

Automation Configuration

Output

  • Activity Details

Changelog

2025-07-23

  • The script was using script variables, which were taking priority over the Custom Field values. Since these variables always have a value by default, any changes made to the Custom Fields weren’t getting picked up during deployment. As a resolution, script variables were removed and only custom fields will be used for deployment.

2025-04-14

  • Initial version of the document