Office 365 Shared Mailbox Auto Reply


Office 365 shared mailboxes are a great way to store old employee data for free. Sadly, it’s not easy to set an auto reply from the GUI. The line PowerShell line below will configure auto reply for a shared mailbox.


Set-MailboxAutoReplyConfiguration  -Identity USER@EXAMPLE.COM -AutoReplyState enabled -externalMessage '*Message*'

You can also specify an -internalMessage

Comments

Popular posts from this blog

FSLogix Troubleshooting guide

Best Practices for Deploying User Profile Disks

Removing Application UAC Requirements with Shims