Skip to main content


 

 

How can we help you?

 

Druva Documentation

How to deploy inSync Clients using Microsoft Intune

Heads up!

We've transitioned to a new documentation portal to serve you better. Access the latest content by clicking here.

 

Overview

This article explains how to deploy inSync Client on devices using Windows operating using Microsoft Intune. This information is useful if you want to deploy inSync Client on user devices using MDM.

Prerequisites

You must have a Microsoft Intunes license. For more information, see this article.

 This MDM deployment process is applicable only for devices that run on the Windows operating system.

Procedure

The procedure consists of the following steps:

Step 1: Create an app

  1. Go to https://portal.azure.com.
  2. Log in with Intunes Admin account.
  3. Navigate to Intunes Blade and click Client apps.

    clipboard_eb0ebafd21a37f114063e263cf9539733.png
  4. Click on Apps > Add and select Line-of-business app as inSync Client uses an MSI installer.

    clipboard_e01d9af74f7ee9f24cc4f251aa24b342e.png
  5. Rename the file name from inSync6.5.1r96080.msi to inSync6_5_1r96080.msi. Ensure that you replace all the periods in the filename except the period before msi. 
  6. Click Select app package file and click the folder icon to upload the installer.

    clipboard_e05b85f4a9f675aa5d3a7fd9809d61218.png
  7. Click OK

    clipboard_e4e866c6c08c0a202a18ca46912709b64.png
  8. Fill in the required details to deploy the app. Fields marked with a * are mandatory.  The details should match the values as provided in the screenshot.

KB- 506.png

  1. If you wish to only deploy the inSync Client and not activate it, then leave the "command-line" section empty.

  2. If you wish to automatically activate the inSync Client for the users, then depending on your environment, you may choose out of the following options:

For AD/LDAP environment integrated with inSync, refer to the following document for IMDV2.

For Non-AD/LDAP environment, refer to the following document for IMDV4.

For Azure AD environment where the device and the users are connected with Azure AD, refer to the following document for IMDV5

  • Once you meet all the pre-requisites for the IMDV2 / IMDV4 / IMDV5, the final command-line argument for Microsoft Intunes will be of the following format:

TOKENV2='<enter_token_here>' SERVERLIST="cloud.druva.com:443"
or
TOKENV4='<enter_token_here>' SERVERLIST="cloud.druva.com:443"
or
TOKENV5='<enter_token_here>' SERVERLIST="cloud.druva.com:443"

  1. Click Next.
  2. (OPTIONAL) Select the Scope if it is defined for your environment.

    clipboard_e402ad1e030118ee150dcae9cefe8408b.png
  3. Click Next.
  4. Select the Assignments that you require.  It can be specific to a group of users or all users or all devices. Groups define the installation mechanism for the devices.

    clipboard_e27f0da53bfb34003c592142bf6f01a3a.png
  5. Click Review + create to upload the file. Wait for the upload to finish.

Step 2: Create the Windows Enrollment Profile

  1. Go to https://portal.azure.com.
  2. Go to Intune Blade > Device Enrollment > Windows Enrollment.
  3. Create a profile for deployment based on your requirements.

Step 3: Enroll the Windows Client

  1. On a device with Windows OS, go to Start > Settings > Account > Access work or School > Add account.

    clipboard_ed82f48756bd85e92acc1eb4414d8e4a7.png
  2. Click Connect and then click Join this device to Azure Active Directory.

    clipboard_ea9a557f794588ab8e83f175b1c5ecab1.png
  3. Sign in with your Azure Active Directory (AAD) user account that is licensed with Intune.

    clipboard_e5c841a2dcfd8b189f27f93fd39173dd3.png
  4. Restart the device after enrollment. 

After the machine restarts,  it might take some time for the login screen to appear as the app download is in process and the required policies are being applied.

Step 4: Check the status of installation of app

  1. Go to the Endpoint Manager Admin center (https://devicemanagement.microsoft.com).
  2. Click Device > Windows Device. A list of successfully enrolled devices is displayed.

    clipboard_e97acfecf7ab8c4a5c9e9b30c5c2b4ddc.png
  3. Click Troubleshooting + Support.
  4. Click Troubleshoot.
  5. Click on Select User and select the username and select the device that you have enrolled.

    clipboard_e2620363814c3f0a1c523b47a6945eed6.png
  6. Click Manage app. A see list of apps is displayed.
  7. Select the app to view the status of the installation.

    clipboard_e897fad1b25747c727fd32a6e9d0b5fbd.png
  8. The installation will take some time if the internet speed is not adequate.
  9. As soon as the download starts on the device, you will receive an event for download and the file will be stored in C:\Windows\System32\config\systemprofile\AppData\Local\mdm. The logs will be created in Applications and Services logs > Microsoft > Windows > Bits-Client > Operational. Event ID 3 is generated for download stats.

    clipboard_e1c08d946cbf66ea998657316baf62adf.png

  10. After the download completes, Event ID 4 is generated, and the Job ID will match with event ID 3.

    clipboard_e1e79052b4815f3982b8956c65b18ca70.png
  11. As soon as the installation is initiated, you will get an event in Applications and Services logs > Microsoft > Windows > Microsoft-Windows-DeviceManagement-Enterprise-Diagnostics-Provider > Adminsdf

    clipboard_e257b53d3b2d35901bf027e533ccb2a24.png
  12. After the installation completes, An application install has succeeded message is displayed.

    clipboard_e61383113c4d9e4defcaab79f6dcd853b.png
  13. If the command-line argument is incorrect during app creation, an Event 1926 is generated and can be used for tracking.

    clipboard_e45189a33a7ffdc43150f4b94e939fdd0.png

Intune License: https://docs.microsoft.com/en-us/intune/fundamentals/licenses

Msiexec syntax: https://docs.microsoft.com/en-us/windows/win32/msi/command-line-options

  • Was this article helpful?