Upgrading the Default Email Address Policy

One of the tasks to perform before removing the last Exchange 2003 server in a 2007 migration is upgrading the Default e-mail address Policy.
The method for upgrading the policy is to fire up the Exchange Command Shell and run the following command:
Set-EmailAddressPolicy “Default Policy” -IncludedRecipients AllRecipients
You may recieve the following error: Set-EmailAddressPolicy:The recipient policy “Default [...]

ActiveSync, Now Without Attachments

After migrating users from Exchange 2003 onto our 2007 cluster, we found that attachment viewing stopped working in ActiveSync.
The fix is to delete the ActiveSync profile on the phone (and maybe on the server, I did this via Outlook Web Access just to be sure) and then create a new one. There is a security policy on [...]

Assigning Certificates in Exchange 2007

I’ve wasted too much time in the past looking this information up and still have to dig around for the right command. I don’t imagine I’m the only one, so here’s what I’ve gathered together…
When manipulating the certificates at the command line (this article assumes you’re running all your commands within an Exchange Management Shell), it’s [...]

Availability Error

This error kept creeping up on our front-end Exchange 2007 server:
Event ID: 4011
Process 6168[w3wp.exe:/LM/W3SVC/1/ROOT/EWS-1-128806932311406509]: Configuration for forest corp1.contoso.com was not found in Active Directory. Run the Add-AvailabilityAddressSpace command in the Exchange Management Shell for an Exchange Server 2003 Active Directory forest.Luckily the answer was on theTechNet site, I just ran this using the EMS…
Add-AvailabilityAddressSpace -ForestName Contoso.com -AccessMethod PublicFolder
Soon [...]

Hub Transport Warning during Exchange 2007 Install

This is sort of a bogus warning, but it comes up when installing Exchange 2007 integrated with Service Pack 1.
“Setup cannot detect an SMTP or Send connector with an address space of ‘*’.”
A quick search came up with a Microsoft KB article stating you need to add an SMTP Send Connector after setup. This task always [...]

Exchange 2007 PurportedSearch Error

This “PurportedSearch” error was a hard one to track down. I was installing the Mailbox role, for the Exchange 2003 to Exchange 2007 migration, and during the perquisites stage it would error out because there was an invalid character present in a custom Recipient Policy, as listed below:
Mailbox Role Prerequisites
Failed
Error:
An unexpected ‘(‘ character is found [...]

OWA 2007 E-mail Display Issue when a Plus Sign is in the Subject

This was a particularly odd issue, e-mails wouldn’t display in the web browser when a plus sign was present in the subject line. This manifested on a Windows Server 2008 system with Exchange 2007.
The answer was actually on a TechNet blog dedicated to Entourage, thanks to Amir for the answer. It makes sense that it would [...]

Exchange 2007 Logging, Part Deux

I covered setting the logging level for IMAP with the Exchange Management Shell a few weeks ago, but I keep coming up with more items to track. The expected syntax is below.
Set-EventLogLevel “MSExchange ActiveSync\Requests” -Level High
To find the available processes for logging (you put them between the quotes if spaces are present) enter Get-EventLogLevel in the Exchange Shell [...]

Exchange Remote Connectivity Analyzer

This has been covered a number of places before, but this is really cool and bares repeating. This free testing site, with it’s amble result data, can be invaluable when rolling out Exchange services. Whether it’s ActiveSync, Inbound SMTP, RPC/HTTPS, plus more, this Microsoft troubleshooting website is great. (And the SMTP test works with more than [...]

Turn Up IMAP Logging in Exchange 2007

This one took me a little while to find, but there are two ways to modify IMAP logging in Exchange 2007. (BTW, I’m trying to get cross-site connectivity with IMAP to work.)
Open Regedit, go to HKLM\SYSTEM\CurrentControlSet\Services\MSExchange IMAP\Diagnostics and change the General value to something useful for you: 0 (Lowest), 1 (Low), 3 (Medium), 5 (High), and 7 [...]

« go backkeep looking »