Mailbox move error ‘This mailbox exceeded the maximum number of corrupted’
KB ID 0000489 Problem While attempting tom move an Exchange mailbox the move fails and the details of the movement request tell you, Error: This mailbox exceeded the maximum number of corrupted items that were specified for this move request. Solution 1. As you can see from the error this mailbox has some corrupt Emails in it, Exchange will fail by default if it sees even one corrupt email. What you should do is get the user to tidy...
Update Global Address List Error “WARNING: The recipient “xxxxxMicrosoft Exchange System Objects/xxxxx” is invalid and couldn’t be updated
KB ID 0000516 Problem Seen when manually trying to update the Global Address List, with the following powershell command: Update-GlobalAddressList -identity ‘Default Global Address List’ Error: WARNING: The recipient “{your domain name}/Microsoft Exchange System Objects/{A Public Folder Name}” is invalid and couldn’t be updated. or Error: WARNING: The recipient “{your domain name}/Microsoft...
Exchange 2007 & 2010 – Setup and Deploy Outlook Anywhere
KB ID 0000519 Problem What used to be a fiddly job, is now very simple to do, setting up Outlook Anywhere (formally known at RPC over HTTP) takes about 10 minutes. What is Outlook Anywhere? This is a system that lets you connect Microsoft Outlook to to your Exchange server over the web, this means you can connect to to your email, calendaring and tasks etc, without the need for a VPN connection. Solution Outlook Anywhere with...
Exchange 2007 CCR to Exchange 2010 HA Migration with (HA Proxy)
KB ID 0000525 Problem Today, I am pleased to say we have the work of guest poster Hesan Javed, who runs through an Exchange 2007 CCR to Exchange 2010 HA Migration. Solution Steps Required. Exchange 2007 HUBCAS Upgrade to SP3 Exchange 2007 Mailbox Upgrade to SP3 Installing Exchange 2010 SP1 HUBCAS after Upgrading Exchange 2007 to SP3 Uninstalling Exchange 2007 from the Passive node in the Cluster Installing Exchange 2010 SP1 Mailbox...
ESEUTIL error – “Unable to find the callback library jcb.dll”
KB ID 0000530 Problem Seen when trying to execute an eseutil command on an Exchange database: Error: Callback DLL not found Unable to find the callback library jcb.dll (or one of its dependencies). Copy in the file and hit OK to retry or hit Cancel to abort. Solution 1. Download this zip file, and extract the jcb.dll to the “bin” directory on your Exchange server, then click OK to continue and eseutil will complete....
Exchange Error during/post upgrade from Exchange 2003 ‘ Mailbox manager settings cannot be managed by the current version of Exchange Management Console’
KB ID 0000547 Problem I’ve already covered migration from 2003 here, I got an email today {Thanks Ashley :)} to say that when they tried to migrate the address policies from 2003 to 2010 using this command: Get-EmailAddressPolicy | where {$_.RecipientFilterType –eq “Legacy”} | Set-EmailAddressPolicy –IncludedRecipients AllRecipients They got the following error; Error on Exchange 2010 Set-EmailAddressPolicy : The recipient...
Exchange 2010 / 2007 Enable or Disable Tarpitting
KB ID 0000549 Problem With Exchange 2003 tarpitting was turned on post SP2 with a registry hack, with newer versions of Exchange it is enabled by default. What is Tarpitting? This is a method to stop a mail sender sending you multiple mail requests, it was designed to stop miscreant from carrying out either a :- Directory Harvest Attack : Attempting to find out legitimate emails on your email server by randomly sending emails to...
How to Create a Distribution Group in Exchange 2010 / 2007
KB ID 0000561 Problem A distribution group is an active directory group, that has a shared email address. A security group can also have an email address, but unlike a distribution group a security group can be granted permissions to objects e.g. public folders, calendars etc. A distribution group is used for sending mail to groups of people, like the engineering group or the sales group for example. Solution 1. On the Exchange...
Exchange 2010 Install Error – ‘Service ‘MSExchangeTransport’ failed to reach status ‘Running’ on this server’
KB ID 0000577 Problem I had a nice clean install on a greenfield site today, Exchange 2010 Standard c/w SP1 on Server 2008 R2, so I was not happy when this happened! Error: The following error was generated when “$error.Clear(); if ($RoleStartTransportService) { start-SetupService -ServiceName MSExchangeTransport } ” was run: “Service ‘MSExchangeTransport’ failed to reach status ‘Running’ on...
Exchange 2010 – No Exchange servers are available in any Active Directory sites
KB ID 0000658 Problem Seen when trying to connect to the Exchange 2010 Management Console. Initialization failed. The following error occurred while searching for the on-premises Exchange server: No Exchange servers are available in any Active Directory sites. You can’t connect to remote Powershell on a computer that only has the Management Tools role installed. It was running the command ‘Discover-ExchangeServer -UseWIA...