Rename multiple devices in Intune with 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: # Check if Graph PowerShell module is present, install if not if (!(Get-Module -Name Microsoft.Graph.Intune)) { Install-Module … Read more