Guest User

Untitled

a guest
Aug 9th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Get-MessageTrackingLog –ResultSize Unlimited | Where -Property Recipients -Like
  2. “suspectacct@gmail.com”
  3.  
  4. Get-MessageTrackingLog -Recipients suspectacct@gmail.com
  5.  
  6. Get-MessageTrackingLog | Get-Member
  7.  
  8. Get-MessageTrackingLog –ResultSize Unlimited -Property Recipients |
  9. Where Recipients -Like “suspectacct@gmail.com”
  10.  
  11. Get-MessageTrackingLog –ResultSize Unlimited |
  12. Where Recipients -Like “suspectacct@gmail.com”
  13.  
  14. Get-MessageTrackingLog -ResultSize Unlimited -Recipients "suspectacct.gmail.com*"
Add Comment
Please, Sign In to add comment