Install Unattended Agent using Microsoft Intune

Steps to deploy Unattended Agent through Intune

  1. Navigate to Unattended Access > Deployment > Intune.
  2. Click ZohoAssistStartupScript.zip and download the agent file (You can choose from the installer type: EXE or MSI). Unzip and save it in a folder.
  3. In case of EXE installer, required files are ZA_Access.exe and ZohoAssistAgent.iss. In case of MSI installer, the necessary file is ZA_Access.msi.
  4. Use IntuneWinAppUtil.exe to generate an intunewin package from the above files (EXE and ISS). Use the following command to create an intunewin package:

    IntuneWinAppUtil -c <setup folder> -s <setup folder>\ZA_Access.exe -o <output folder>

    IntuneWinAppUtil is available in this GitHub repo.

  5. Login to the Endpoint Manager Admin Center. Select Apps → All Apps → Add.
  6. Select App Type as Windows app (Win32) and click Select.

    In the Endpoint Manager Admin Center. Select Apps->All Apps-> Add and select App type as Windows app (Win32) and click Select.

  7. Next in the Add App window, click select app package file. Attach the intunewin file created in step 2.

    In Add App window, click select app package file to attach intunewin file.

  8. Click OK once the package is attached.
  9. Enter publisher name as Zoho Assist and click Next.

    In the Add App section, enter the publisher name as Zoho Assist and click Next.

  10. Now enter Install command as:

    ZA_Access.exe -qn -s -f1".\ZohoAssistAgent.iss"
    In case of MSI, use the following command: msiexec /i ZA_Access.msi /qn SILENT=TRUE
    Enter Uninstall command as: msiexec /x {0BEBF161-20E6-4A74-8420-EAF1BEEA7BC8} /qn

  11. Click Next.

    Install commands for EXE Installer are entered in the Program section.

    In case of MSI:

    Install commands for MSI installer are entered in the Program section.

  12. Select Requirements according to the devices you manage.

    Requirements section with various requirements that device must meet before the app is installed.

  13. Next.

  14. In the Detection Rules section, select Manually Configure Detection Rule for Rules format. Click Add.

    In Detection Rules section, select Manually Configure Detection Rule for Rules format. Click Add.

  15. Select Registry under Rule type.
  16. Fill Key path as:

    "hklm\software\zoho assist\unattended remote support"

  17. Select Key exist for Detection method. Click OK, then Next.

    In Detection Rules section, select Registry, fill Key path, and select Key exist for Detection method.

  18. Click Next in Dependencies.

    Dependencies section.

  19. Click Next in Supersedence.

    Supersedence (preview) section.

  20. In Assignments section, under Required, select +Add all users.
  21. Now click Next.

    Assignments section with Add all users option.

  22. In the next window, click Create.

    Click Create in the Review+create section.

  23. Now it takes some time to upload your package to Intune and apply it to your devices.

    Overview page with deployment information.

  24. Once this is done, restart your device and check if Unattended Agent is deployed in it.

PREVIOUS

UP NEXT