Benutzer-Werkzeuge

Webseiten-Werkzeuge


exchange:setmailboxautoreplyconfigurationstate

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
ronny:exchange:setmailboxautoreplyconfigurationstate [2014/11/26 09:05] ronnyronny:exchange:setmailboxautoreplyconfigurationstate [2014/11/27 15:05] ronny
Zeile 1: Zeile 1:
 +===== Set-MailboxAutoReplyConfiguration =====
 +
 +
 <code powershell|Script ab sofort ohne Ende> <code powershell|Script ab sofort ohne Ende>
 Set-MailboxAutoReplyConfiguration  Set-MailboxAutoReplyConfiguration 
Zeile 8: Zeile 11:
  
 <code powershell|Script ab jetzt bis zu einem Endzeitpunkt> <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"+Set-MailboxAutoReplyConfiguration  
 +    -Identity tony  
 +    -AutoReplyState Enabled  
 +    -EndTime "7/15/2012 17:00:00"  
 +    -InternalMessage "Internal auto-reply message in html"
 </code> </code>
  
 <code powershell|Script für einen fest definierten Zeitraum> <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"+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