Forum Discussion
Dean_Gross
May 29, 2019Silver Contributor
Group expiration policy email customization
Does anyone know if it is possible to edit the email messages that are sent from the Azure AD Group Expiration policy process? I don't think that it is, but I'd like some confirmation that I'm not mi...
jerome317
Jun 10, 2019Brass Contributor
Wouldn't that be nice? Same to the welcome messages... but at least those you can setup the description and you're good to go.
For this use case, maybe setup a script? Get-UnifiedGroup has a ExpirationTime property... leverage that with Send-MailMessage with O365 DirectSend (or your Mail Relay of your choice) then you can send custom message. 👍
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-office-3#option-2-send-mail-directly-from-your-printer-or-application-to-office-365-direct-send
For this use case, maybe setup a script? Get-UnifiedGroup has a ExpirationTime property... leverage that with Send-MailMessage with O365 DirectSend (or your Mail Relay of your choice) then you can send custom message. 👍
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-office-3#option-2-send-mail-directly-from-your-printer-or-application-to-office-365-direct-send