Skip to main content

Windows Login v 2.0 - How to Deploy Windows Login 2.0 via ManageEngine Endpoint Central

Introduction

This guide explains how to deploy Windows Login 2.0 across Windows devices using ManageEngine Endpoint Central.

The deployment process includes:

  • Creating a software package

  • Configuring installation and uninstallation commands

  • Deploying the package to target machines using Computer Configuration


Prerequisites

Before you begin, ensure the following :

Steps to Create the Package

  1. Log in to the Endpoint Central console

  2. Click Software Deployment


    The Software Deployment page is displayed.

  3. Click + Add Package

  4. Select Windows


    The Windows Package Creation screen is displayed.

  5. On the Windows Package Creation screen do the following:

    1. Enter Oloid Passwordless in the Package Name field

    2. Select EXE / APPX / MSIEXEC / MSU / MSIX / MSIX Bundle as the Package Type

    3. Select Commercial as the License Type

    4. Select From Local Computer under Locate Installable

    5. Click Browse and upload the following files:

      • Oloid Passwordless installer (.exe).

      • AutoPairConfig.txt

      • Installation script file.

    6. Click Open.

      All required files are uploaded successfully.

  6. To Add Installation Command do the following:

    1. Click Installation tab.

    2. Enter the following command:

      %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -File .\<installation script file name>

    Note: Replace the <installation script file name> text with actual installation script file name.

    The installation command is configured.

  7. To Add Uninstallation Command do the following:

    1. Click Uninstallation tab

    2. Enter the following command:

      %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "Uninstall-Package -Name 'Oloid Passwordless Login' -Force"

    The uninstallation command is configured.

  8. To Set Package Properties do the following:

    1. Expand Package Properties

    2. Enter the Version number of the passwordless installer file.

      Note: The version number is used to identify and track a specific package release. It helps differentiate between builds, ensures the correct version is deployed.

    3. Click Add Package.

    The package is created and listed in the Packages page.

Steps to Deploy the Package

  1. From the Packages list, select the checkbox next to Oloid Passwordless.

  2. Click Install/Uninstall Software.

  3. Select Computer Configuration (Windows)

    The Install/Uninstall Windows Software (Computer) page is displayed.

  4. Do the following:

    1. Enter Oloid Passwordless Install in the Name field.

    2. Select Install as the Operation Type.

    3. Select Oloid Passwordless as the Package Name. (Default)

    4. Expand Configure Install/Uninstall options.

    5. Select System User for Install As.

    6. Ensure Allow user interaction is unchecked.

    Package settings are configured successfully.

  5. Scroll down to Deployment Settings and do the following:

    1. Under Apply Deployment Policy select Deploy anytime at the earliest from dropdown.

    2. Under Define Target, configure Target 1:

      1. Select the required Target Type from dropdown.

      2. Configure the Target settings.

    Target machines are configured.

  6. Scroll to Execution Settings (optional) and Do the following:

    • Apply at Startup → Unchecked

    • Apply at Refresh Cycle → Unchecked

    • Retry on Failure → Checked

    • Retry Count → 2

    • Retry during Startup → 1

    • Retry during Refresh → 1

    • Enable Notification → Unchecked

  7. Click Deploy.

The deployment is initiated and the configuration is pushed to target machines.


Keywords

| Deploy Oloid Passwordless Login| ManageEngine Endpoint Central software deployment| Windows passwordless deployment guide| Oloid Windows Login deployment |

Did this answer your question?