Hi Community,
I’m thrilled to announce the launch of the IntuneStuff Management Tool, a powerful Windows desktop GUI built to simplify and enhance how we manage Microsoft Intune devices and Entra ID groups.
Some of the features are:
✅ Bulk-device operations with enterprise-grade safety: delete, retire, wipe non-compliant devices with full transparency and safeguards.
✅ Advanced filtering by compliance state, OS type, owner, last sync age.
✅ Group management made easy: find empty groups, bulk rename, pattern matching (regex/contains/starts-with).
✅ Real-time logging of all Graph API calls, full visibility into what’s happening behind the scenes.
✅ Built-in safety features: default dry-run mode, confirmation dialogues, exclusion for hybrid-joined devices.
It is version 1.0 so any feedback, extra feature requests are more than welcome!
I already have some stuff on the roadmap so keep an eye out for new communication!
Check it out here: https://intunestuff.tools/

About the tool
Download the script from the site.
Requirements:
- Windows 10/11 or Windows Server 2016+
- PowerShell 5.1+ or PowerShell 7+
- .NET Framework 4.7.2+
Download the PowerShell script and optionally download the logo (or use your own):
- IntuneEntraManagementTool.ps1 (required)
- IntuneStuffLogo.png or your company logo (optional)
Both files should be in the same folder.
Open PowerShell as Administrator and run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Run the tool preferably in VSCode.
Try it out and please let me know what you think, there is a feedback section on the website.
Enjoy!!
Some screenhots













I try to run your tool but I get the following error message:
| Failed to import module: Microsoft.Graph.DeviceManagement. Error: The required module ‘Microsoft.Graph.Authentication’ is not loaded. Load the module or remove the module from ‘RequiredModules’ in the file ‘C:\Program
| Files\WindowsPowerShell\Modules\Microsoft.Graph.DeviceManagement\2.32.0\Microsoft.Graph.DeviceManagement.psd1’.
Write-Error: Fatal error: The required module ‘Microsoft.Graph.Authentication’ is not loaded. Load the module or remove the module from ‘RequiredModules’ in the file ‘C:\Program Files\WindowsPowerShell\Modules\Microsoft.Graph.DeviceManagement\2.32.0\Microsoft.Graph.DeviceManagement.psd1’.
I tried to import the requested module manually but that gave the same errormessage that the required module is not loaded. Do I specifically need the 2.32.0 version?