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