Ask the Community
Groups
Windows Logon Agent Bulk Deployment - Connect IT Community | Kaseya
<main> <article class="userContent"> <p>You can install the Windows Logon Agent with pre-configured values for home realm, ID and key. You can provide these in the install command line or as an INI file:</p> <p>This information is meant for use with the agent from this <a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fkaseya.vanillacommunities.com%2Fkb%2Farticles%2Faliases%2Fidagent%2Fhc%2Fen-us%2Farticles%2F360005103037" rel="noopener nofollow">article</a>.</p> <p><strong>Note:</strong> Passly requires Microsoft Visual C++ 2015 prior to installation.</p> <p><strong>Settings in Passly</strong></p> <p>You will need the following from your agent configuration in your <strong>Passly</strong> tenant.<strong> Auth Manager</strong> > <strong>Agents</strong> > <strong>Specific Windows Logon agent</strong>.</p> <p><strong>Home Realm</strong>: (your company).my.passly.com</p> <p><strong>ID</strong>: Will be displayed on the agent configuration.</p> <p><strong>Key</strong>: Key will be revealed when you click Show Key.</p> <p><img src="https://us.v-cdn.net/6032361/uploads/migrated/C8C0NHS5151U/wla-png.png" alt="wla.PNG" class="embedImage-img importedEmbed-img"></img></p> <p><br><strong>Bulk Deployment</strong></p> <p><strong>VSA Users:</strong> Please see our agent procedure to deploy with the VSA at our <a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fwww.community.connectit.com%2Fautomation-exchange%2Fdiscussion%2F27536%2Fpassly-windows-logon-provider-install-uninstall" rel="noopener nofollow">Automation Exchange</a> marketplace. </p> <p>If you are using an RMM tool or Group policy the following is the scripting needed to complete your bulk deployment.</p> <p>Command line: msiexec /i <a rel="nofollow" href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fauthanvilazure.blob.core.windows.net%2Ffiles%2FPasslyWinLogonCP.msi">PasslyWinLogonCP.msi</a> HOMEREALM=(your company).my.authanvil.com CLIENTID=Displayed in the agent UI CLIENTKEY=Displayed in the agent UI /passive<br>["/passive" is only necessary if you want to hide most of the install UI. The user will be given a progress bar and the elevation prompt. You can use /qn instead to hide completely]</p> <p>INI: msiexec /i AAWinLogonCP.msi PTINI=c:\temp\aainstall.ini /passive<br>[The INI file can be called anything, and placed anywhere the user can read from, but the full path must be provided]<br>INI file contents:<br>[Settings]<br>HomeRealm=(your company).my.passly.com<br>ClientID= Displayed in the agent UI<br>ClientKey=Displayed in the agent UI</p> <p> </p> </article> </main>