The Search-Mailbox cmdlet requires activating Discovery Management, correct?  
Or can I do that on the back-end myself, without that?

From: Jim Kennedy [mailto:kennedy...@elyriaschools.org]
Sent: Wednesday, January 16, 2013 8:45 AM
To: Heaton, Joseph@Wildlife; MS-Exchange Admin Issues
Subject: RE: Is it possible for me to pull mail from users' mailboxes?

Assuming 2007 or up, yes

Get-Mailbox -ResultSize unlimited -Filter {RecipientTypeDetails -eq 
'UserMailbox'} | Search-Mailbox -SearchQuery subject:"InsertSubjectHere" 
-DeleteContent

Or on sender:

Get-Mailbox -ResultSize unlimited -Filter {RecipientTypeDetails -eq 
'UserMailbox'} | Search-Mailbox -SearchQuery 
from:"spam...@foo.com<mailto:spam...@foo.com>" -DeleteContent

http://www.thekeyboardtickler.com/2012/01/18/using-powershell-to-delete-email-in-exchange-2010/





From: Heaton, Joseph@Wildlife [mailto:joseph.hea...@wildlife.ca.gov]
Sent: Wednesday, January 16, 2013 11:38 AM
To: MS-Exchange Admin Issues
Subject: Is it possible for me to pull mail from users' mailboxes?

We've gotten at least a few phishing attacks from a specific e-mail address.  
Is it possible to go through users' mailboxes and pull out mail from this 
address?  I'm thinking not, but wanted to check with you guys.

Joe Heaton
Enterprise Server Support
CA Department of Fish and Wildlife
1807 13th Street, Suite 201
Sacramento, CA  95811
Desk:  (916) 557-3422


---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com<mailto:listmana...@lyris.sunbeltsoftware.com>
with the body: unsubscribe exchangelist

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Reply via email to