Category: Microsoft Exchange 2016
Some time the file mail.que is growing to very large size, you can reduce this...
Microsoft outlook Autodiscover root domain Bug
Outlook use Autodiscover when creating account, update data and such. Sometime the root domain have...
How To Recover Exchange Database Failure
Exchange database can be damaged because of improper shutdown, This can happens due to sudden...
When installing exchange mailbox role you get error : “Database is mandatory on UserMailbox”
This can happen if you have users type mailbox without belonging to mailbox database...
Exchange 2016 start pop3 service
To check if POP3 proxy enable: (Get-ServerComponentState -Identity "Server_Name" -Component PopProxy).LocalStates If you don't get...
How to Export Mailbox size exchange server
Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize |...
Check And Remove Mailbox From Quarantine exchange 2016
To check all server: Get-Mailbox | Get-MailboxStatistics | Where {$_.IsQuarantined –eq $True} Single : Get-MailboxStatistics...
How to Balance Exchange Database by Activation Preference
Open Exchange Powershell: cd "C:\Program Files\Microsoft\Exchange Server\V14\Scripts" To check db state: .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -ShowDatabaseDistributionByServer...
Update exchange offline Address book
Some time offline address book doesn't show recent changes we made to the exchange server....
How to Send mail from an additional Exchange address or alias
Until Outlook 2013 you can have only one exchange account on your outlook profile there...