IT Solutions
Exchange Server 2010

Outbox not displayed in Exchange 2010 OWA
How To View Outbox In Outlook Web Mail from exchange 2010?
Outlook Web App (OWA) provides two distinctly different interfaces, Premium or Light. By Design, Exchange 2010 OWA with premium interface does not display the Outbox.
The OWA Light interface has the option to view the outbox folder. The following steps bring you to access the outbox folder in OWA 2010.
Method-I
- Navigate to your OWA website.
- At the login screen, check the box for “Use the light version of Outlook Web App”
- Enter email address and password and click Sign in.
- In left navigation click “Click to view all folders”
- Select Outbox in drop More >

How to cancel the current operation in Exchange management shell.
Sometimes we query the exchange system to get the data such as user mailbox status, connection method, etc. It may take some time to respond. If user wants to interrupt that operation for some reason, Simply they can perform.
CTRL+C is the equivalent of the hard-break command in the Exchange Management Shell. If a command is taking too long to run or you want to cancel an operation quickly, press CTRL+C to stop execution.

How to check the mailbox size for all users in exchange 2010
How do I export user mailbox information to Excel?
Exporting mailbox information from Exchange server 2010 has been possible and task has become easier with the addition of the Get-Mailbox and Get-MailboxStatistics commands in – the PowerShell module. In this article, I’ll show you how to extract mailbox information and export the data to an Excel spreadsheet.
Logon to Exchange server 2010 and open the exchange powershell and perform the below command for check the mailbox size for single user.
Get-MailboxStatistics riyazahamed | ft DisplayName, TotalItemSize, ItemCount 1 Get-MailboxStatistics riyazahamed | ft DisplayName, TotalItemSize, ItemCount
If you need to extract the mailbox information for entire user in the More >
Recent Comments