How to find exchange database with Circular Logging

show database with Circular Logging :

Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $true} | out-gridview

Without :

Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $false} | out-gridview

Leave a Reply

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