This one has come in handy a number of times. With this simple command, you can use Powershell to update a user’s OOO message.

Set-MailboxAutoReplyConfiguration -Identity user@example.com -AutoReplyState Enabled -ExternalMessage "message with whatever autoreply" -InternalMessage "internal something autoreply"