RE: SMTP traffic monitoring - thanks Rob!

2010-03-11 Thread Campbell, Rob
pClient = new-object system.net.mail.smtpClient $SmtpClient.Host = $mailhost $mailmessage = New-Object system.net.mail.mailmessage $mailmessage.from = ($from) $mailmessage.To.add($to) $mailmessage.Subject = $subj $mailmessage.Body = $body $smtpclient.Send($mailmessage) From: Campbell, Rob [mailto:rob_campb.

RE: SMTP traffic monitoring - thanks Rob!

2010-03-11 Thread Campbell, Rob
ind a mailbox a lot quicker than I can by waiting for the EMC to populate and setting up a search filter. From: David Lum [mailto:david@nwea.org] Sent: Thursday, March 11, 2010 8:16 AM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring - thanks Rob! Agreed! I used to be p

RE: SMTP traffic monitoring - thanks Rob!

2010-03-11 Thread David Lum
: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Wednesday, March 10, 2010 2:33 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring - thanks Rob! Powershell is good stuff :) From: David Lum [mailto:david@nwea.org] Sent: Wednesday, March 10, 2010 4:31 PM To: MS-Exchange Admin

RE: SMTP traffic monitoring - thanks Rob!

2010-03-10 Thread Campbell, Rob
Powershell is good stuff :) From: David Lum [mailto:david@nwea.org] Sent: Wednesday, March 10, 2010 4:31 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring - thanks Rob! I just needed to get a feel for what's hit the SMTP server in the last 30 days (err, 350,000 re

RE: SMTP traffic monitoring - thanks Rob!

2010-03-10 Thread David Lum
1:46 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring - thanks Rob! You're welcome! Note - that's only getting a fixed number of log entries. If you want to do daily reporting, we'll need to change that to use a startdate and enddate calculated from the c

RE: SMTP traffic monitoring - thanks Rob!

2010-03-10 Thread Campbell, Rob
ly. From: David Lum [mailto:david@nwea.org] Sent: Wednesday, March 10, 2010 3:36 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring - thanks Rob! You sir, and the bomb! Thank you very much I am in business, I now have exactly what I am looking for. Thanks again, Dave

RE: SMTP traffic monitoring - thanks Rob!

2010-03-10 Thread David Lum
You sir, and the bomb! Thank you very much I am in business, I now have exactly what I am looking for. Thanks again, Dave From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Wednesday, March 10, 2010 12:00 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring

RE: SMTP traffic monitoring

2010-03-10 Thread Campbell, Rob
;c:\somedir\stmplog.csv" -notype (that should be all on one line) From: David Lum [mailto:david@nwea.org] Sent: Wednesday, March 10, 2010 1:42 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring Yep! Is there a way to add 'hostname"? Also, is there a wa

RE: SMTP traffic monitoring

2010-03-10 Thread David Lum
2010 9:25 AM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring Does it work with just | select clientip,totalbytes,timestamp ? From: David Lum [mailto:david@nwea.org] Sent: Wednesday, March 10, 2010 11:20 AM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitorin

RE: SMTP traffic monitoring

2010-03-10 Thread Campbell, Rob
Does it work with just | select clientip,totalbytes,timestamp ? From: David Lum [mailto:david@nwea.org] Sent: Wednesday, March 10, 2010 11:20 AM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring Money, this works. Adding "| Select clientip,totalbytes,timestamp | ft

RE: SMTP traffic monitoring

2010-03-10 Thread David Lum
Money, this works. Adding "| Select clientip,totalbytes,timestamp | ft -auto" breaks it though. From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Tuesday, March 09, 2010 3:07 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring OK. Let's see

RE: SMTP traffic monitoring

2010-03-09 Thread Campbell, Rob
OK. Let's see if any of them are SMTP Get-messagetrackinglog -server -resultsize 100 -eventid "RECEIVE" |? {$_.source -eq "SMTP"} From: David Lum [mailto:david@nwea.org] Sent: Tuesday, March 09, 2010 3:55 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traff

RE: SMTP traffic monitoring

2010-03-09 Thread David Lum
A bunch of results From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Tuesday, March 09, 2010 1:38 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring What does just this much get you? Get-messagetrackinglog -server -resultsize 100 -eventid "RECEIVE&q

RE: SMTP traffic monitoring

2010-03-09 Thread Campbell, Rob
What does just this much get you? Get-messagetrackinglog -server -resultsize 100 -eventid "RECEIVE" From: David Lum [mailto:david@nwea.org] Sent: Tuesday, March 09, 2010 3:35 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring My hub server. I can run the canne

RE: SMTP traffic monitoring

2010-03-09 Thread David Lum
My hub server. I can run the canned tracking tool GUI fine, but running that in the PS window gives me nothing. From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Tuesday, March 09, 2010 1:27 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring That's

RE: SMTP traffic monitoring

2010-03-09 Thread Campbell, Rob
That's weird. Are you checking your mail server logs, or your hub transport logs? These events will only show up on the hub transport servers. From: David Lum [mailto:david@nwea.org] Sent: Tuesday, March 09, 2010 2:35 PM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monit

RE: SMTP traffic monitoring

2010-03-09 Thread David Lum
Thanks for this. It just comes back with the prompt...no error, but no output.. From: Campbell, Rob [mailto:rob_campb...@centraltechnology.net] Sent: Tuesday, March 09, 2010 8:30 AM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring Missed the closing quote on "SMTP&

RE: SMTP traffic monitoring

2010-03-09 Thread Campbell, Rob
March 09, 2010 10:26 AM To: MS-Exchange Admin Issues Subject: RE: SMTP traffic monitoring You can check the SMTP RECEIVE events in the Message Tracking Logs on the hub transport servers. Get-messagetrackinglog -server -resultsize 100 -eventid "RECEIVE" | ? {$_.source -eq "SMTP} | Se

RE: SMTP traffic monitoring

2010-03-09 Thread Campbell, Rob
@nwea.org] Sent: Tuesday, March 09, 2010 10:09 AM To: MS-Exchange Admin Issues Subject: SMTP traffic monitoring We have Exchange 2007 here and I'd like to be able to see what machines are passing SMTP traffic though it - how do I do that? it appears that it can create a CONNECTLOGn.LOG file

RE: SMTP traffic monitoring

2010-03-09 Thread Michael B. Smith
Logparser on Microsoft.com/downloads. Regards, Michael B. Smith Consultant and Exchange MVP http://TheEssentialExchange.com From: David Lum [mailto:david@nwea.org] Sent: Tuesday, March 09, 2010 11:09 AM To: MS-Exchange Admin Issues Subject: SMTP traffic monitoring We have Exchange 2007

SMTP traffic monitoring

2010-03-09 Thread David Lum
We have Exchange 2007 here and I'd like to be able to see what machines are passing SMTP traffic though it - how do I do that? it appears that it can create a CONNECTLOGn.LOG file - is there something that can parse it so I can view the connections easily? David Lum // SYSTEMS ENGINEER NORT