Exchange Online – Quarantine notification is becoming available for shared mailboxes
As you know, when you are using Exchange Online (and as such Exchange Online Protection) for inbound mail traffic, you receive a quarantine...
cubesys : Oct 8, 2020 12:00:00 AM
If you are using Exchange Online and have enabled journaling, you will be able to exclude voicemail and missed call notification from being journaled.
This capability will be rolled out in early November but if you are using journaling and want to exclude such notifications you can already run the below PowerShell command using Exchange Online PowerShell module
To disable journaling
Set-TransportConfig -VoicemailJournalingEnabled $false
To (re) enable journaling
Set-TransportConfig -VoicemailJournalingEnabled $true
You can check if you have enabled/disabled this capability, you can use the command
Get-TransportConfig | fl VoicemailJournalingEnabled
As you know, when you are using Exchange Online (and as such Exchange Online Protection) for inbound mail traffic, you receive a quarantine...
If you use Exchange Online, you already know it comes with a level of security and protection against malware and spam called Exchange Online...
As you may already know, Exchange Online Protection has been able to provide a ‘First Contact Safety Tip’ to display a notification to end-user when...