Setting Out-Of -Office
Setting Out-Of-Office using powershell:
Set-MailboxAutoReplyConfiguration -identity “praveen.eppili@techrid.com” –AutoReplyState Scheduled –StartTime “mm/dd/yyyy” –EndTime “mm/dd/yyyy” –ExternalMessage “This is an acknowledge that I hvae received your email. I am out-of-office and do not have access to mails. I will return on 24th Sep 9 PM EST. In my absence please drop an email to smtpaddress@domain.com” -InternalMessage “Thanks for your mail. I am out-of-office and do not have access to mails. I will return on 24th Sep 9 PM EST. In my absence please contact or drop an email to smtpaddress@domain.com”
Removing Out-Of-Office using powershell:
Set-MailboxAutoReplyConfiguration “praveen.eppili@techrid.com” –AutoReplyState Disabled –ExternalMessage $null –InternalMessage $null
To verify or use “Get-MailboxAutoReplyConfiguration -Identity “praveen.eppili@techrid.com” to check Out-Of-Office that has been setup.
Praveen Kumar
MCTS | Exchange Server