Error Exchange – “Email Address Policy”
KB ID 0000038 Dtd 10/06/09 Problem Error, “Unable to edit the specified E-mail address policy. E-mail address policies created with legacy versions of Exchange must be upgraded using the ‘Set-EmailAddressPolicy’ task, with the Exchange 2007 Recipient Filter specified.”: Caused because the policy in use was created on Exchange 2000/2003 Solution 1. Logon to the Exchange server. 2. Start > All Programs >...
Exchange – Export Distribution Groups AND Members to a file
KB ID 0000209 Problem Yes you can use the Powershell commands, Get-DistributionGroupMember –identity “group name” | ft name, primarysmtpaddress But you have to do that for every group and I’ve tried Piping the Get-DistributionGroup in there but it does not seem to want to work 🙁 Solution 1. Download this script and extract it to the root of the Exchange servers C: drive. 2. On the Exchange server > Click > Start > All...
Exchange 2007 – Install the x32 Bit Management Tools
KB ID 0000285 Problem As you may already be aware Exchange 2007 on a x32 bit machine is NOT supported in a production environment, however there is one exception, x32 bit Exchange 2007 IS supported for management only. Note: There is NO x32 bit support, (or media) for Exchange 2010 (and newer). Solution You can install these tools on XP, 2003, Vista or Windows 7. For this Example I’ll use XP Pre-Requisites 1. Install IIS: Start...
Exchange 2007 / 2010 Search for and Delete Emails Containing “yoursearchtext”
KB ID 0000343 Problem You have a nasty email that contains a virus or some offensive content and you want to delete ALL instances of it. Solution 1. Log on as the domain administrator > Open the Exchange Command Shell. 2. First grant the correct rights to the administrator account. This gives the Administrator FULL rights to ALL mailbox’s Get-mailbox -Database “Mailbox Database”| add-mailboxpermission -user...
Connecting Evolution Mail Client to Exchange 2010 (and Exchange 2007)
KB ID 0000378 Problem Out of the box Evolution can only connect to Exchange 2000 and Exchange 2003, this is because it uses OWA to connect, when Exchange 2007 was released, the way OWA was presented changed a great deal. So if you try and connect to a newer version of Exchange it will error. (Before you email in, I know in 2010, its now called Web App not OWA). But there’s nothing to stop you connecting to Exchange 2007 and...