Schedule an out of office message using PowerShell
Today I had to configure an out of office message for a mailbox that needed to activate at a specific time. Exchange 2010 allows me to do this easily using the Set-MailboxAutoReplyConfiguration PowerShell cmdlet: Set-MailboxAutoReplyConfiguration <alias> -AutoReplyState Scheduled -ExternalAudience All -InternalMessage…
Set an out of office message using PowerShell
Today I received a call from a colleague who had forgotten to configure their out of office before going on holiday, asking if I could set it for them. Exchange 2010 allows me to do this easily using the Set-MailboxAutoReplyConfiguration…