View \ Delete Rules in Outlook

View \ Delete Rules in Outlook

$UserCredential = Get-Credential

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection

Import-PSSession $Session -DisableNameChecking

Get-InboxRule -Mailbox "email"

Get-InboxRule -Mailbox "email" | Remove-InboxRule