Exchange Stopped Working?
KB ID 0001749 Problem I see various posts in online forums, and the process is held up because a lot of techs can’t do basic troubleshooting on their Exchange deployments. So I thought I’d put together some basic ‘first steps’ for you to do when your ‘Exchange Stopped Working’ This way you can at least get an error code to search for or a better idea of what’s going on. Exchange Stopped...
Exchange – Move ‘ALL’ Mailboxes From One Database to Another
KB ID 0000864 Problem While replacing an Exchange Server on my test network last week, I needed to get all the mailboxes moved across to the new one. Exchange gets upset if you try and delete a mailbox database that has data in it. Solution 1. Launch the Exchange Management Shell > Firstly lets get the names of my Databases, then I can simply copy and paste them into the move mailbox command. Get-MailboxDatabase Get-Mailbox...
Exchange – Display Mailbox’s by size
KB ID 0000469 Problem Yesterday a client asked me how he could find out, which of his users were the “worst offenders” for mailbox size. Normally a simple Get-MailboxStatistics command would be fine, and we would sort the results in descending order. Solution On one of the Exchange servers, launch the Exchange Management Shell. Issue the following command: Note: That’s all one command, replace the name PNL-MAIL-2019...
Outlook: ‘Exchange Administrator has Made a Change That Requires You Quit’
KB ID 0001372 Problem Last week I had a client report that ‘some’ of his users were getting this popup repeatedly, every time they launched Outlook. The Microsoft Exchange administrator has made a change that requires you quit and restart Outlook This popup is usually seen during migrations, when mailboxes are being migrated, (or have just been migrated.) But you should only ever see it once. Solution I had recently...
Event ID 9877
KB ID 0000468 Problem Content Indexing function ‘CISearch::EcGetRowsetAndAccessor’ received an unusual and unexpected error code from MSSearch. Mailbox Database: {Database Name} Error Code: 0x80041606 Solution Basically there’s a problem with the catalog data for the database, we need to recreate it. WARNING this can use a fair bit of CPU power to recreate, so you might want to do it at the end of the day. 1. On the...