Link to home
Start Free TrialLog in
Avatar of kaulrishab
kaulrishab

asked on

How to find mailbox size allocated to an outlook user.

Hi

we are using outlook 2003 and exchange server 2010 in our organisation, and all the outlook clients are MAPI clients, actually one of the user is not able to receive mails coz his mailbox size has increased. I wanted to check on the server side that how much mailbox size is allocated to him and how much he is actually using in his outlook 2003. Thanks
Avatar of mattibutt
mattibutt
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of Beyond Next Solutions
Beyond Next Solutions
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Open the users outlook and in tools, mailbox cleanup it will tell you the size.
go to tools -> mailbox cleanup -> view mailbox size
note that mailbox size of mailbox but note show you the quote and limitation
To check the MailBox size limit in EMC,
Expand  Recipient Configuration --- select the Mailbox -- Double-click the mailbox with which you want  -- On General tab, the Total Items and Size areas show the no.of msgs in the mailbox and the current mailbox size in KB  
or can use this command in Exchange Shell.

" Get-MailboxStatistics –Identity 'IDENTITY' | FL "

Note:- In Exchange 2010,for a single user by default can have a database of 16gb..

Correct me if I am wrong..

Hi,using powershell command:get-mailboxStatistics -identity "identity" |fl
it gives the whole information of the user .