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
Download Microsoft Edge : https://www.microsoft.com/edge
Double click to install or install via terminal: sudo apt install ./
packagename
Installing the Microsoft Intune App on Ubuntu 24.04
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
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
Install the Microsoft Intune App
Update the package list and install the app: sudo apt update sudo apt install intune-portalReboot Your Device
After installation, restart the device to ensure the Intune app functions properly.
Sign in and enrollment
Open the Intune app, and sign in with your organization account.
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.