auto retire devices when delete office365 account

Copper Contributor

Hey everyone, brand new to endpoint and stumped on this one. I am working on setting up BYOD for iOS and Android. I have compliance, conditional and configuration profiles setup and everything works when registering devices in terms of email being pushed to the device. What I have noticed is when a user's office365 account is deleted who has a device their email will remain on the device and I realized their device is not retired. I'm trying to make this as few steps as possible for our front line and so I'm hoping upon deleting a users o365 account I can have any devices of theirs auto retire. How would I go upon completing this?

1 Reply

Hi @seankelly2305 

 

Nothing out of box is available for you to use. You need to automate it. One idea came to my mind is build a logic app that can be triggered when you receive a leaver request from your HR department. This will query graph with devices under that upn and you create adaptive card on teams for your IT team to retire the device.

 

Here are some similar examples to give you an idea!

Moe

 

https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0

 

Actionable Message use with Adaptive cards

https://cloudbymoe.com/f/get-notified-when-someone-access-from-unfamiliar-location

Retire non compliant devices example using Adaptive Card

https://365bythijs.be/2020/07/22/retire-non-compliant-devices-through-power-automate/