Exchange POP IMAP Logging
Mit Get-PopSettings | fl prüfen wir im Vorfeld ob das Logging eingeschaltet ist. Ist das Logging aus; ist der Wert von ProtocolLogEnalbed = false
Zum Aktivieren des Loggings von POP3 und IMAP gehen wir wie folgt vor.
Set-PopSettings -ProtocolLogEnabled $true Set-ImapSettings -ProtocolLogEnabled $true