It`s simple when you know how ! Microsoft Exchange 2010 How to delete emails from exchange profiles

How to delete emails from exchange profiles

As Admin you can delete specific wrongly send emails from your users mailbox :

Open Exchange Powershell , To delete from user@example.com email with the subject “Mail delivery failed: returning message to sender”  type :

Search-Mailbox -Identity "user@example.com" -SearchQuery 'Subject:"Mail delivery failed: returning message to sender"' -DeleteContent

To delete email from specific user “admin@inyourderam.com”:

Search-Mailbox -Identity "user@example.com" -SearchQuery 'From:admin@inyourdream.com' -DeleteContent

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

After Add Certificate To Exchange And URL changing Accordingly, Free&Busy not showing . OWA Show error code 5021After Add Certificate To Exchange And URL changing Accordingly, Free&Busy not showing . OWA Show error code 5021

  After replacing the self sign exchange certificate with trusted certificate publisher, you need to change the exchange services URL’s accordingly to mach the names on the certificate : How

How to Balance Exchange Database by Activation PreferenceHow to Balance Exchange Database by Activation Preference

Open Exchange Powershell: cd "C:\Program Files\Microsoft\Exchange Server\V14\Scripts" To check db state: .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -ShowDatabaseDistributionByServer | ft To Re-balance DB :   .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -BalanceDbsByActivationPreference