Set-MailboxAutoReplyConfiguration -identity “[email protected]” –AutoReplyState Scheduled –StartTime“06/30/2014” –EndTime “07/02/2014” –ExternalMessage “Thanks for your mail. I am out-of-office and do not have access to mails. ” -InternalMessage “Thanks for your mail. I am out-of-office and do not have access to mails. “
=============
Set-MailboxAutoReplyConfiguration -Identity [email protected] -AutoReplyState disabled
=============