Benutzer-Werkzeuge

Webseiten-Werkzeuge


exchange:setmailboxautoreplyconfigurationstate

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
ronny:exchange:setmailboxautoreplyconfigurationstate [2014/11/26 09:02] – angelegt ronnyexchange:setmailboxautoreplyconfigurationstate [2015/03/17 14:38] – Seite von ronny:exchange:setmailboxautoreplyconfigurationstate nach exchange:setmailboxautoreplyconfigurationstate verschoben rldml
Zeile 1: Zeile 1:
-<code powershell|Script> +===== Set-MailboxAutoReplyConfiguration ===== 
-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"+ 
 + 
 +<code powershell|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" 
 +</code> 
 + 
 +<code powershell|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" 
 +</code> 
 + 
 +<code powershell|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"
 </code> </code>
  
 Siehe auch http://technet.microsoft.com/en-us/library/dd638217%28v=exchg.150%29.aspx Siehe auch http://technet.microsoft.com/en-us/library/dd638217%28v=exchg.150%29.aspx
exchange/setmailboxautoreplyconfigurationstate.txt · Zuletzt geändert: 2016/04/02 00:48 von 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki