How To Recover Exchange Database Failure November 24, 2017 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, Tutorials, Windows, 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” April 27, 2017 admin 0 Microsoft Exchange 2013, Microsoft Exchange 2016, This can happen if you have users type mailbox without belonging to mailbox database...
Exchange 2016 start pop3 service December 11, 2016 admin 0 Microsoft Exchange 2016, 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 December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize |...
Check And Remove Mailbox From Quarantine exchange 2016 December 11, 2016 admin 0 Microsoft 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 December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, 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 December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, 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 December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, Windows, Until Outlook 2013 you can have only one exchange account on your outlook profile there...