Trace out BCC field in Exchange 2007
Hi all,
I would like to trace BCC receipients in message tracking log of excahnge server 2007. But i am not getting those receipients.
any idea about how to trace BCC receipients in exchange 2007.
regards,
avinash
October 7th, 2010 2:57am
Hi,
You can can not track message for destined to BCC recpintesm for this you can use to keep one copy of message send to BCC users also.
Understanding Journal Reports::
http://technet.microsoft.com/en-us/library/bb331962(EXCHG.80).aspxAnil
Free Windows Admin Tool Kit Click here and download it now
October 7th, 2010 6:15am
BCC: are simply listed as recipients in message tracking. Why the need to see if they were BCC or not?
October 7th, 2010 8:44am
Hi
Can be trace the same thorugh exchange management shell?
Free Windows Admin Tool Kit Click here and download it now
October 8th, 2010 9:31am
Hi
Can be trace the same thorugh exchange management shell?
Yes.
Get-MessageTrackingLog
October 8th, 2010 9:35am
Hi Avinash,
I have done the test,
you will see the email address which was defined in BCC field in the Rcipients item using Get-MessageTrackingLog.
And here is a reference,
Get-MessageTrackingLog:
http://technet.microsoft.com/en-us/library/aa997573(EXCHG.80).aspx
Best regards,
Serena
Free Windows Admin Tool Kit Click here and download it now
October 10th, 2010 11:18pm
Hi,
Please use below command to see the BCC recipients.
Get-MessageTrackingLog -Start "10/11/2010 9:00AM" -End "10/11/2010 5:00PM" -Sender "sujeet@contoso.com"
With Full Details use below command
Get-MessageTrackingLog -Start "10/11/2010 9:00AM" -End "10/11/2010 5:00PM" -Sender "sujeet@contoso.com" | fl
Regards,
Sujeet
October 11th, 2010 2:11am