Exchange 2010 – Delete / Remove all Disconnected Mailboxes
Nov17

Exchange 2010 – Delete / Remove all Disconnected Mailboxes

KB ID 0000470  Problem In older versions of Exchange, we just had to “Purge” disconnected mailboxes, now we don’t have that option. Solution WARNING this will remove ALL disconnected mailboxes, make sure you actually want to do this before proceeding. Launch > Exchange Management Shell. Issue the following commands; $mailboxes = Get-ExchangeServer | Where-Object {$_.IsMailboxServer –eq $true} | ForEach-Object {...

Read More
Cannot Access Exchange Management Console
Nov17

Cannot Access Exchange Management Console

KB ID 0000477 Dtd 02/05/13 Problem Since Exchange 2007, its management tasks have been done via PowerShell, (yes even the GUI Management). Which is fine, however it runs all that PowerShell from a virtual directory that lives in the servers’ IIS webserver. When that fails or there is a problem, Exchange runs quite happily, but you can’t run the management tools. There are a number of reasons for this to fail and a number...

Read More
Exchange – “You must close all dialog boxes before you can close Exchange Management Console”
Nov17

Exchange – “You must close all dialog boxes before you can close Exchange Management Console”

KB ID 0000478  Problem Seen on Exchange 2010 SP1 running on Windows Server 2008 R2. Whenever you attempt to close the Exchange Management console you see the following error. You must close all dialog boxes before you can close Exchange Management Console Even though there are no dialog boxes open! Solution Essentially this is a Bug in Internet Explorer 9. To stop this happening you have 3 choices. Option 1 Hotfix released 18/10/11 1....

Read More
Exchange – ‘The certificate status could not be determined because the revocation check failed.’
Nov17

Exchange – ‘The certificate status could not be determined because the revocation check failed.’

KB ID 0000484  Problem Seen on Exchange (with or without service packs) when you access the internet through a proxy server. Note: Exchange does NOT take its proxy settings from Internet Explorer. Solution 1. To prove that the proxy is the problem drop to command line and issue the following command: netsh winhttp show proxy   If it says “Direct Access (no proxy server)” and you have a proxy server then that’s...

Read More

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...

Read More