Jump to content

Recommended Posts

Posted

Hi.

 

Really urgent help needed. A member of staff has accidentely sent a private and confidential email to ALL of our Year 10 students.

 

Luckily they are not in today. Is it possible to prevent these students seeing the email even though the message has already been sent?

 

I think I know the answer but worth a shot.

 

We are running Exchange 2007 if that helps.

 

Thanks!

Posted

Recall sometimes doesn't work.

 

Frankly if you want to be completely sure either a) Manually open the boxes and delete, or b) Remove the message from the db and then open 25% of the mail boxes to confirm it's gone.

 

Speak to STariq he's near enough an expert at this.

  • Thanks 1
Posted

1. As you know now that you can use PS to search the mailbox and delete/export the content.

2. For future, maybe you should use transport rules to prevent this.

Posted
Thanks ChrisMiles - this appeared to work. Our major headache is that the subject line was left blank so we had to amend the PowerShell script to say Export-Mailbox -ContentKeywords " "

 

Panic Over!

 

Glad you got it sorted, its always a nightmare when things like this happen.

Posted

Just in case this happens to anyone in the future, here is how I managed to solve the problem...

 

In Exchange Management Shell:

 

Get-Mailbox -Server exchangeservername | Add-MailboxPermission -User administrator -AccessRights Fullaccess -InheritanceType all

 

 

Get-Mailbox –ResultSize Unlimited -Server exchangeservername | Export-Mailbox -ContentKeywords "write here a part of the email body exact" -StartDate "07/07/2011" –DeleteContent

 

Note: if you want to do this for 1 recipient rather than every mailbox, change ‘-Server’ to –‘Identity’

Posted
As an aside, could this have been achieved if the OP was using live@edu?

 

Having just migrated my entire school to live@edu I would be very interested in the answer.

 

You get powershell access to the exchange online pod but not sure if its possible.

Posted

@Zag - You can do it via Live@Edu once you have PS access, if the backend is Exch 2007 then use the same command, if it'x Exch 2010 then use the below

 

Search-Mailbox -Identity "Stident" -SearchQuery 'Subject:"Name of Subject"' -DeleteContent

 

@Chris/BandGeekMafia - Exmerge supports 2000/2003/2007, 2010 no longer supports Exmerge. If you run Exmerger against 2007 you have to do it on a management PC not from the Exch server, i.e which meets the sys requirements.

 

Sukh

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • 46 When would you like EduGeek EDIT 2025 to be held?

    1. 1. Select a time period you can attend


      • I can make it in June\July
      • I can make it in August\Sept
      • Other time period. Comment below
      • Either time

×
×
  • Create New...