Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a PS script that downloads the installer from "https://dl.duosecurity.com/duo-win-login-latest.exe" and sets $installerPath = "$env:TEMP\duo-win-login-latest.exe"I have tried 3 following different ways but each always gives a return code of 0,...
Has anyone created a script that can collect ALL the settings for an account (user and admin) into a file that can be used to duplicate the account settings for a new account? And is there a script that can use that output to copy those settings into...
I got the MSI GUI to accept my parameters from my Windows PowerShell script and it began working on the installation, then failed with error 12005 (cannot reach the authentication server). I have only been doing this while on the end-user's PC via Wi...
I finally got my parameters properly quoted, etc. in PowerShell for the script to accept them and start the installation GUI. But when it gets to the screen asking about proxies (which we don't use) and I click on "next", it gets error 12005 (cannot ...
I have built a Windows PowerShell script that successfully passes parameters to the DUO for Windows Logon installer, which allows script variables as part of the parameters. It also requests a full log file (using this parameter: /l*v!) . The script ...
At this site: Can I silently install or update Duo Authentication for Windows Logon from a command line or PowerShell? I found this: https://dl.duosecurity.com/DuoWinLogon_MSIs_Policies_and_Documentation-latest.zip which includes a download link for...
I am having a problem getting the DUO-win-login-latest.exe to install from inside a PowerShell script (the shell is running as admin). Passing arguments is driving me crazy, as something is getting garbled and the installer refuses to give any error ...