Set-MailboxAutoReplyConfiguration

Script ab sofort ohne Ende

Set-MailboxAutoReplyConfiguration 
    -Identity tony 
    -AutoReplyState Enabled 
    -InternalMessage "Internal auto-reply message in html" 
    -ExternalMessage "External auto-reply message in html"

Script ab jetzt bis zu einem Endzeitpunkt

Set-MailboxAutoReplyConfiguration 
    -Identity tony 
    -AutoReplyState Enabled 
    -EndTime "7/15/2012 17:00:00" 
    -InternalMessage "Internal auto-reply message in html"

Script für einen fest definierten Zeitraum

Set-MailboxAutoReplyConfiguration 
    -Identity tony 
    -AutoReplyState Scheduled 
    -StartTime "7/10/2012 08:00:00" 
    -EndTime "7/15/2012 17:00:00" 
    -InternalMessage "Internal auto-reply message in html"

Siehe auch http://technet.microsoft.com/en-us/library/dd638217%28v=exchg.150%29.aspx