How can I perform messagetrackinglog on indicated mailstore?
Cuz that Get-MessageTrackingLog simply does not accept mailboxes/mailstore from the pipeline, so from my understanding, if we need to deal with the request, we have to :
1. Get the mailbox list from the mailstore
$users = "abc.def@xxx.com", "xyz@xxx.com"
@(foreach ( $userin $users){
Get-MessageTrackingLog -server "mailserver" -EventID "RECEIVE" -Start "1/19/2009 1:18:00 PM" -End "1/20/2009 1:28:00 PM" -Recipients $user| select EventID, sender, timestamp, {$_.recipients}, messagesubject
Get-MessageTrackingLog -server "mailserver" -EventID "SEND" -Start "1/18/2009 10:18:00 AM" -End "1/20/2009 1:28:00 PM" -sender $user| select EventID, sender, timestamp, {$_.recipients}, messagesubject
}) | Export-csv log.csv -notypeinformation -erroraction silentlycontinue
-
How can I debug my servlet
Answer H
ide java html sed tomcat -
Couldn't perform the operation setAutoCommit: You can't perform any operations on this connection. I
It has been automatically closed by Proxool for some reason (see logs). at org.logicalcobwebs.proxool.WrappedConnection.invoke(WrappedConnection.java:207) at org.log Read More
java hibernate sql apache 最大连接数
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M