Auto Reply multiple Users

Sharing a script that I created recently while working on a project where the requirement was to set auto reply for hundereds of users. We need to notify their future address & also want that sender should know that old address is no longer monitored. This can be achieved by creating a CSV file with…

Enable Out of Office thru Powershell

Hi Readers, With the advent of Exchange 2010 we have got the new feature of setting OOO thru powershell. Setting Up out of office by Exchange shell: Set-MailboxAutoReplyConfiguration -identity “Vikassukhija@Labtest.com” –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. I will return on…