Showing posts with label mailbox. Show all posts
Showing posts with label mailbox. Show all posts

25 March 2014

Mailbox Delegation in Office 365 for Small Business

The Small Business plans do not explicitly provide access to the EAC.  But you can do this by appending the correct EAC URL in your browser:

Info on how to set delegated mailbox access is here:

For ongoing support please contact the Microsoft Support team per:

11 June 2013

Outlook Performance and Mailbox Size or Item Count

Mailbox size or item count can have a serious effect on the performance you see in Outlook. The following article gives some good insight into why, and what can be done about it.

http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx

References:
http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx

19 February 2013

Get Exchange Mailbox Stats

Get-MailboxStatistics

Get-MailboxStatistics | ft DisplayName,TotalItemSize,ItemCount


Get-MailboxStatistics | Sort-Object TotalItemSize –Descending | ft DisplayName,TotalItemSize,ItemCount

References:
http://www.msexchange.org/articles-tutorials/exchange-server-2007/management-administration/getting-mailbox-statistics-exchange-2007.html