Forum Discussion
O365 Group auto delete notification problems
- Jan 05, 2018
I found a copy of the article and will republish after I refresh it (eighteen months is a long time in the cloud). I am also going to update the script so that it reports some information about Teams... You'd have to do the work to generate email etc., but that's not all that hard.
I was wondering if a Flow could do this for you instead...alas there isn't a pre-built trigger for group creation. Seems like a hole to me in the triggers and actions. That way you could control the process.
I suppose that you could trap for the emails by content (they all have the same basic format) using an Exchange Rule and then route them to a specified mailbox and trap that with a Flow trigger. That would at least allow you to track this is happening and even assign some tasks to a person. In theory you could call a PowerShell cmdlet to remove the group after the owners respond.