Some time the file mail.que is growing to very large size, you can reduce this size by re-creating the Queue folder on : C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue First check if you
Category: Microsoft Exchange 2013
Microsoft outlook Autodiscover root domain BugMicrosoft outlook Autodiscover root domain Bug
Outlook use Autodiscover when creating account, update data and such. Sometime the root domain have internet site or it is redirect to IIS with bad certificate causing outlook to pop
How To Recover Exchange Database FailureHow To Recover Exchange Database Failure
Exchange database can be damaged because of improper shutdown, This can happens due to sudden power lost, server lacking of disk space, Operating system malfunction and so on …. The
When installing exchange mailbox role you get error : “Database is mandatory on UserMailbox”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 To find those users, execute powershell command : Get-Mailbox -arbitration | Select Name,
Configure exchange 2013 CAS High AvailabilityConfigure exchange 2013 CAS High Availability
From exchange 2013 Microsoft drop the cas arrey function as the mailbox client connect through HTTPS only, achieving High Availability with CAS server will be done with some other form
Add exchange 2013 DAG – Database Availability GroupAdd exchange 2013 DAG – Database Availability Group
DAG can run on exchange with the roles Mailbox or Mailbox+CAS, The basic requirement is 2 exchange server and a witness server, with windows 2016 this server can be assign
install exchange 2013 step by stepinstall exchange 2013 step by step
To install Exchange on windows first make sure you prepared the right operation system to the right Exchange version according to the Exchange Server Supportability Matrix : https://technet.microsoft.com/en-us/library/ff728623(v=exchg.150) Now, Lets
How to Export Mailbox size exchange serverHow to Export Mailbox size exchange server
Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending | Export-CSV C:\MBSizes.csv
How to Balance Exchange Database by Activation PreferenceHow 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 | ft To Re-balance DB : .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -BalanceDbsByActivationPreference
Update exchange offline Address bookUpdate exchange offline Address book
Some time offline address book doesn’t show recent changes we made to the exchange server. To update exchange offline: Syntax : Update-OfflineAddressBook -Identity <OfflineAddressBookIdParameter> [-Confirm [<SwitchParameter>]] [-DomainController <Fqdn>] [-Force <SwitchParameter>]