Device deletion from intune
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:34 AM
Hi all,
I need to get the device ID from intune and delete it using the flow action in servicenow. But I'm not sure about those steps. Intune spoke has been configured already. It'll be really helpful if somemone guides me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 03:30 AM
- Ensure you have the Microsoft Intune Spoke installed and configured in your ServiceNow instance.
- Verify the connection to your Intune environment is working correctly.
- Navigate to Flow Designer in ServiceNow.
- Create a new flow and name it appropriately, for example, "Delete Intune Device".
- Search for the "Get Managed Device" action within the Flow Designer.
- Drag and drop the action into your flow.
- Configure the action by specifying the device ID (you can either hardcode it or get it from a user input).
- Search for the "Wipe Managed Device" action within the Flow Designer.
- Drag and drop the action into your flow.
- Configure the action by specifying the device ID retrieved from the "Get Managed Device" action.
- Save the flow and test it to ensure it successfully retrieves the device ID and wipes the device in Intune.
Mark my answer helpful if it provide some help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 04:58 AM
There is a training for this in Now learning, if you have not gone though it , please check Now learning website.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 03:38 AM
Thanks but I need to get get the device Id from intune for deleting it. And this flow should get triggered in flow designer