show database with Circular Logging :
Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $true} | out-gridview
Without :
Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $false} | out-gridview
show database with Circular Logging :
Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $true} | out-gridview
Without :
Get-MailboxDatabase | where {$_.CircularLoggingEnabled -eq $false} | out-gridview