Rename Linux and MacOS devices in Intune

A consistent naming convention is important for efficient management within an IT environment, as it significantly helps us in the organization and clarity of device identification. This approach allows for the straightforward recognition of various aspects of a device, including its type, whether it is personally owned or a corporate asset, and its associated location … Read more

Offboarding devices from Intune, Entra ID and Autopilot

New Update and Website: IntuneOffboarding.com There will be always cases where you need to delete devices from Intune, Entra ID and / or Autopilot. This includes the exchange of devices, returns to the dealer and many more … Until now, you had to go to the different portals and delete the devices manually. With this … Read more

Linux2Intune – Linux enrollment in Intune

When testing the Ubuntu functions in Intune, the initial enrollment bothered me the most. Right now, the Linux user has to run several commands in the terminal to enroll the linux device to Intune. While the commands would only need to be copied and pasted from Microsoft’s official instructions, there are some potential errors. While … Read more

Rename multiple devices in Intune with Graph and a CSV file

Updated (11/10/2024): https://github.com/ugurkocde/Intune/blob/main/DeviceRename/mass_rename_devices.ps1 In this blog post I would like to introduce a script to rename the device names in Intune based on a CSV file. We use the following tools: You can download the script here: GitHub The PowerShell Code (you have to add the path to the .csv file in the $CSVFile variable): … Read more

KQL Search

Introduction This is the final website: KQLSearch.com You can find the full code here on GitHub: KQL-Search Overall Architecture of the Web Application: Motivation for this project I started this project because I wanted to further learn JavaScript and React. The best part was to connect two of my interests Coding and Microsoft Intune (Endpoint … Read more

Autopilot Import GUI

Update: There is a new Version available. It adds a way to Update Windows before starting the Autopilot process as well as exporting the Hash to a USB Device. -> PowerShell Gallery At this point most of us that are working with the Microsoft Endpoint Manager have used or are currently using Autopilot. I think … Read more

Daily Intune Monitoring Report

Introduction I am using this email Report for a long time and I read on Twitter that others are using something similar. So why not share my flow and the queries? How does it work? You will be able to automate this process by creating a Power Automate Flow that will query the Intune Data … Read more