how to list all mailboxes with no inheritation from store using exchange 2007 shell
Get-Mailbox | where {$_.UseDatabaseQuotaDefaults –eq $false} | sort name |
select Name,IssueWarningQuota,Prohibit*
Get-Mailbox | where {$_.UseDatabaseQuotaDefaults –eq $false} | sort name |
select Name,IssueWarningQuota,Prohibit*