Dream Woman Jav Dream Woman Jav

Naked Dreamwomanjav D 1 1 Sl List 17 Dream Woman Jav Number of Sex recipients sent to by List user per day report

Naked Dreamwomanjav D 1 1 Sl List 17 Dream Woman Jav

  • Quote
  • search nsearchssearch;
  • Wednesday, December 21, 2011 6:50 AM
    Moderator
     
     
    0
    Sign In to Vote

    Hi,

    How is the issue now? Please feel free to update here.


    Xiu Zhang

    TechNet Community Support

     
  • Wednesday, December 21, 2011 3:40 PM
     
     
    0
    Sign In to Vote

    I haven't had the time to setup the Log Parser and currently using powershell scripts isn't getting accurate information.  I'm getting numbers from distribution groups multiple times so the sum of total recipients is off by a multiple of roughly 2 times..  

    What we do have is a good picture of the senders that are sending to thousands of recipients versus hundreds, so the priority of getting 100% accurate numbers has fallen.

    Thanks for the input, if there are any more thoughts on getting a powershell command to get accurate results I'd like to see them.

     

     


    Jason Meyer
     
  • Friday, December 23, 2011 8:48 AM
    Moderator
     
     
    0
    Sign In to Vote

    Hi,

    How about to use sort-object -unique subjectname


    Xiu Zhang

    TechNet Community Support

     
  • Thursday, December 29, 2011 9:28 PM
     
     
    0
    Sign In to Vote

    So the command I tried was:

    [PS] D:\>Get-transportserver | Get-MessageTrackingLog -resultsize unlimited -Start "12/29/2011 8:00:00 AM" | where-object {} | select Send
    er, RecipientCount, MessageSubject | Sort-Object -Unique MessageSubject | ft -AutoSize

    Unfortunately it appears to only return the recipient count from the last e-mail with the same subject.

    So, if a user sends out a bulk e-mail with the subject "Important Information" to list A that has 1,200 recipients and then sends out the same e-mail with subject "Important Information to list B that has 6 recipients, this command will only show the 6 recipients.

    Thank you Xiu for the input though, I was not familiar with the "-unique" tag for sort-object.

     


    Jason Meyer