Install VDAs using Microsoft Intune (2024)

July 5, 2024

Contributed by:

C

Overview

This article describes how to deploy VDAs using Microsoft Intune. For more information, see the Microsoft documentation.

Note:

The following article describes only recommendations based on how Citrix has tested the environment. You can customize these steps according to your needs. Citrix is not responsible for any updates or tweaks needed to this to fit customer needs.

Key steps to deploy VDA using Microsoft Intune

  1. Prepare installation for the Citrix VDA.
  2. Set up Microsoft 365 Developer Program Subscriber.
  3. Add and assign an app.
  4. Install the app on the enrolled device.

Step 1: Prepare installation for the Citrix VDA

  1. Download the updated IntuneWinAppUtil.exe from GitHub.
  2. Run the IntuneWinAppUtil.exe file using Run as administrator.
  3. Enter the following data:

    Install VDAs using Microsoft Intune (1)

    1. Please specify the source folder: Enter the folder that contains your application setup files. For example, C:\source\Citrix.
    2. Please specify the setup file: Enter the setup file name (such as setup.exe or setup.msi). For example, VDAWorkstationSetup_2203.exe.
    3. Please specify the output folder: Enter the path of the output folder to generate the .intunewin file. For example, C:\source\Citrix.
    4. Do you want to specify catalog folder (Y/N): Type N.

    Note:

    Wait a few minutes while Win32 Content Prep Tool is running. Once it generates the .intunewin file, the status indicates 100% at the bottom of the command prompt.

  4. Once the process completes, go to the output folder (In this example, C:\source\Citrix) to get the Microsoft Intune deployment file.

  5. Sign up for a Microsoft Intune free trial.

    Install VDAs using Microsoft Intune (2)

Step 2: Set up Microsoft 365 Developer Program Subscriber

  1. Create the Instant sandbox to activate your subscription.To get your developer sandbox, go to your Microsoft 365 Developer Program dashboard and select Add a new subscription.

    Install VDAs using Microsoft Intune (3)

  2. Create a user in the Microsoft 365 Admin center and assign a license to the user.

    Install VDAs using Microsoft Intune (4)

  3. Create a group.

    Install VDAs using Microsoft Intune (5)

  4. Once the group is created, you must provide the MDM authority to the group. Set up automatic enrollment. It can take a minute to activate.Or you can manually add the MDM authority to the group by completing the following steps:
    1. Go to All services > Microsoft Entra.
    2. Go to settings > Mobility and select Microsoft Intune.
    3. Select the group you have just created. This opens a page with the MDM user scope.
    4. Click Save.
  5. In the All Services tab, click M365 Azure Active Directory.

    Install VDAs using Microsoft Intune (6)

  6. Click Get a free Premium trial to use this feature.Install VDAs using Microsoft Intune (7)

  7. Click Activate.

    Install VDAs using Microsoft Intune (8)

  8. Now, click Microsoft Intune.

    Install VDAs using Microsoft Intune (9)

  9. In the Configure tab, enter the required configurations.

    Install VDAs using Microsoft Intune (10)

  10. To add a group, click No groups selected.

    Install VDAs using Microsoft Intune (11)

  11. Enroll your device.

    Install VDAs using Microsoft Intune (12)

  12. Create a device compliance policy to change your newly created Device’s compliance to Compliant.

    Install VDAs using Microsoft Intune (13)

  13. Go to the Assignments tab to add the newly created group.

    Install VDAs using Microsoft Intune (14)

  14. Confirm the device enrollment.

    Install VDAs using Microsoft Intune (15)

For detailed information, see Microsoft 365 developer program.

Step 3: Add and assign an app

  1. Sign in to Microsoft Intune admin center.

  2. Select Apps > All apps > Add or go to Apps > Windows > Windows Apps.

    Install VDAs using Microsoft Intune (16)

  3. On the Select app type pane, select Other app types > Windows app (Win32) and click Select.

  4. On the Add app pane, click Select app package file. Click browse.

  5. Select the prepared file with the extension .intunewin. The prepared file is created during the Prepare installation for the Citrix VDA step. A page containing detailed information about the app is displayed.

    Install VDAs using Microsoft Intune (17)

    Note:

    • If you are using a server-core machine, you must use the VDA workstation core.
    • If you are using a Windows 10 desktop OS, you must use the VDA workstation.
    • If you are using a server OS (For example, Windows 2022), you must use the VDA server setup.
    • In this example, we are using the 2203 version but this is applicable for all versions.
  6. Click OK on the App package file pane.

  7. In the following screen, under the App Information tab, enter the Name of the App, and enter the Description of the Windows App. Enter the Publisher name as Citrix, and you can specify the additional app information here. Click Next.

    Install VDAs using Microsoft Intune (18)

  8. On the next screen, enter the following values:

    • Install command: VDAWorkstationSetup_2203.exe /quiet /noreboot
    • Uninstall command: VDAWorkstationSetup_2203.exe /quiet /removeall /noreboot
    • Install behavior:
      • System: Select this option to install the app on all the devices in the group.
      • User: Select this option to install the app only on a specific user device in the group.
  9. Click Next.

    Note:

    • This example uses the 2203 version, but you can use it with any version.
    • Adding /noreboot to a command doesn’t mean there won’t be any reboots during installation or deployment, but only enforces mandatory reboots.For more information on scripts, see Command-line options for installing a VDA.
    • For Device restart behavior, select Intune will force a mandatory device restart.
    • In the Return code text box, enter 0, 3 and 8 for post-installation success.For information on other return codes, see Citrix installation return codes.

    Install VDAs using Microsoft Intune (19)

  10. In the following screen, under the Requirements tab, enter the required values. Click Next.

    Install VDAs using Microsoft Intune (20)

  11. In the following screen, under the Detection rule tab, add Detection rule to add the Broker agent. Click OK.

    Install VDAs using Microsoft Intune (21)

  12. In the Assignments tab, you can add the devices in the following:
    • Required: The devices for which updates occur automatically.
    • Available for enrolled devices: The devices for which updates occur manually.

    Install VDAs using Microsoft Intune (22)

  13. Review the details and click Create.

    Install VDAs using Microsoft Intune (23)

    The app is assigned successfully.

    Install VDAs using Microsoft Intune (24)

For detailed information, see Add and assign an app.

Step 4: Install the app on the enrolled device

  1. Sign in to your enrolled Windows 10 Desktop device.The device must be enrolled with Microsoft Intune. Also, you must sign in to the device using an account contained in the group you assigned to the app. For more information, see the Microsoft documentation.

  2. From the Start menu, open Microsoft Store.

  3. Browse for the Company Portal app and install it.

    Install VDAs using Microsoft Intune (25)

  4. Run the Company Portal app.

  5. Click the app that you added using Microsoft Intune.If you did not successfully assign any apps to the Intune user, the following message is displayed:Your IT administrator did not make any apps available to you.

  6. Click Install.

Install VDAs using Microsoft Intune (2024)
Top Articles
Latest Posts
Article information

Author: Dong Thiel

Last Updated:

Views: 6303

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Dong Thiel

Birthday: 2001-07-14

Address: 2865 Kasha Unions, West Corrinne, AK 05708-1071

Phone: +3512198379449

Job: Design Planner

Hobby: Graffiti, Foreign language learning, Gambling, Metalworking, Rowing, Sculling, Sewing

Introduction: My name is Dong Thiel, I am a brainy, happy, tasty, lively, splendid, talented, cooperative person who loves writing and wants to share my knowledge and understanding with you.