Skip to content

Instantly share code, notes, and snippets.

@dbirks
Last active May 30, 2017 17:27
Show Gist options
  • Save dbirks/9065f08c2bfa390573b8b24dd9d30266 to your computer and use it in GitHub Desktop.
Save dbirks/9065f08c2bfa390573b8b24dd9d30266 to your computer and use it in GitHub Desktop.
Set default Out of Office template

You can apply an Automatic Reply (Out of Office) message to a user with this powershell command:

Set-MailboxAutoReplyConfiguration testuser@domain.com –ExternalMessage External test message –InternalMessage Internal test message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment