Rename multiple devices in Intune with Graph and a CSV file

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): # Check if … Continue reading Rename multiple devices in Intune with Graph and a CSV file