Hello All,<\/p>\n
Please is there a powershell script to get the email address of a user if this pattern is provided<\/p>\n
b*****[email protected].<\/p>\n
Thank you<\/p>","upvoteCount":9,"answerCount":3,"datePublished":"2021-01-20T21:30:30.000Z","author":{"@type":"Person","name":"spiceuser-5nf72","url":"https://community.spiceworks.com/u/spiceuser-5nf72"},"suggestedAnswer":[{"@type":"Answer","text":"
Hello All,<\/p>\n
Please is there a powershell script to get the email address of a user if this pattern is provided<\/p>\n
b*****[email protected].<\/p>\n
Thank you<\/p>","upvoteCount":9,"datePublished":"2021-01-20T21:30:30.000Z","url":"https://community.spiceworks.com/t/email-trace/788073/1","author":{"@type":"Person","name":"spiceuser-5nf72","url":"https://community.spiceworks.com/u/spiceuser-5nf72"}},{"@type":"Answer","text":"
Welcome.<\/p>\n
What have you tried? Where are you stuck?<\/p>\n
Yes there is:<\/p>\n
e.g.<\/p>\n
Get-MessageTrace -SenderAddress [email protected] -StartDate 06/13/2018 -EndDate 06/15/2018\n<\/code><\/pre>\n