Remove All Emails from a specific sender
1. Connect to Exchange On-line
- From the PowerShell console on an Exchange 2010 server:
$Cred = Get-Credential
$s = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication Basic –AllowRedirection
Import-PSSession $s
- Type in your ada credentials with username of <username>@domain.com
- Type in your domain admin credentials with username of domain\<username>
- Run this command in Powershell
Search-Mailbox -identity “User Mailbox” -SearchQuery “From:user@domain.com” -deletecontent