How to Enroll Ubuntu 24.04 in Microsoft Intune

Microsoft Intune has expanded its Linux management capabilities to include Ubuntu 24.04 LTS.

UBUNTUMICROSOFT INTUNE

12/15/20241 min read

Step-by-Step Guide

Below the video, include a detailed guide in the description with the full commands and a link to the official Microsoft documentation.

You can enroll and manage Linux devices running Ubuntu 24.04, and assign standard compliance policies, custom configuration scripts, and compliance scripts.

  • System Requirements

    • Supported Operating Systems:

      • Ubuntu Desktop: 24.04, 22.04, or 20.04 LTS (physical or Hyper-V machines with x86/64 CPUs).

      • RedHat Enterprise Linux: Versions 8 and 9.

Get the Microsoft Intune app for Linux
  • Download and install Microsoft Edge browser version 102.x and newer

    1. Download Microsoft Edge : https://www.microsoft.com/edge

    2. Double click to install or install via terminal: sudo apt install ./packagename

  • Installing the Microsoft Intune App on Ubuntu 24.04

    1. Install Curl and GPG
      Run the following command to install Curl, a tool used to fetch resources, and GPG for managing cryptographic keys:

      sudo apt install curl gpg

    2. Add the Microsoft Package Signing Key
      For Ubuntu 24.04, execute the following commands to install the signing key and add Microsoft's repository:

      curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg

      sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/

      sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/ubuntu/24.04/prod noble main" > /etc/apt/sources.list.d/microsoft-ubuntu-noble-prod.list'

      sudo rm microsoft.gpg

    3. Install the Microsoft Intune App
      Update the package list and install the app: sudo apt update sudo apt install intune-portal

    4. Reboot Your Device
      After installation, restart the device to ensure the Intune app functions properly.

  • Sign in and enrollment

    1. Open the Intune app, and sign in with your organization account.

    2. After the sign in, the enrollment process starts.

For additional details or troubleshooting, don’t forget to consult the official Microsoft documentation and stay up to date with the latest advancements in device management.

Get in touch!

Visit our website to learn how our online consulting can help your business achieve its goals.

© 2024. All rights reserved.