EssentialRug Posted March 8, 2023 Posted March 8, 2023 Hi all, Does anyone know if it is possible to set the 'Undo Send' 10 second delay for all mailboxes in 365 and if there is a powershell command to do so? Really want to implement this for everyone by default... Thanks! 1
Boredguy Posted March 8, 2023 Posted March 8, 2023 Well you could try Set-MailboxMessageConfiguration -identity [email protected] -MailSendUndoInterval 10 However that only works for using on OWA, not Outlook client 1
EssentialRug Posted March 8, 2023 Author Posted March 8, 2023 Well you could try Set-MailboxMessageConfiguration -identity [email protected] -MailSendUndoInterval 10 However that only works for using on OWA, not Outlook client Our users only use OWA so that is perfect. Thanks so much
EssentialRug Posted March 8, 2023 Author Posted March 8, 2023 Any way to do this/turn on by default for any new accounts being created, or will this need to be run periodically?
DaveTheTech Posted March 8, 2023 Posted March 8, 2023 You'd need to do this as part of your user creation. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now