The below is the script to find the mailbox in which the mailbox size limit has been exceeded.
##################################################
#Script to find the mailbox which exceeds the quota limit
#in the mailbox server.
Write-host
$server = read-host "Please Enter the Mailbox server name:"
get-MailboxStatistics -server $server where {"IssueWarning","ProhibitSend","MailboxDisabled" -contains $_.StorageLimitStatus} format-Table DisplayName,database,storagelimitstatus,Totaldeleteditemsize,TotalItemSize
###################################################
Thanks
Logan
971552596187
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment