July 2017
Intermediate to advanced
648 pages
31h 9m
English
Using the Shell, you can also enable, disable, or modify protocol logging settings for POP3 and IMAP4. Protocol logging, as already mentioned, allows you to review the POP3 and IMAP4 connections in your Exchange environment, which is extremely useful for troubleshooting issues, or even to gather statistics about POP and IMAP usage.
In order to enable protocol logging for IMAP4 or POP3 on server EX1 (by default, logging is not enabled for these two protocols) you use the following cmdlet:
Set-ImapSettings -Server EX1 -ProtocolLogEnabled $True
Set-PopSettings -Server EX1 -ProtocolLogEnabled $True
To modify logging settings, you use the Set-ImapSettings or Set-PopSettings cmdlets. In the following example, we change the ...
Read now
Unlock full access