CRM Router and Exchange 2010

To configure the CRM Email Router with Exchange 2010 you need to do the following. Not all of these points are clearly documented on the internet. Create a mailbox (CRM_Router@domain.com) Set password never to expire Ensure that the mailbox is not hidden from the address list Login to above mailbox Enable impersonation with the following… Continue reading CRM Router and Exchange 2010

Changing ADFS 2.0 Endpoint URL for Office 365

If you are configuring single sign-on for Office 365 then you will need a server running Active Directory Federation Services 2.0 (ADFS 2.0). When you install this you are asked for a URL that acts as an endpoint for the ADFS service, which if you are publishing that endpoint through a firewall such as TMG… Continue reading Changing ADFS 2.0 Endpoint URL for Office 365

.DLL Errors and Blackberry Enterprise Server

During a configuration of Blackberry Enterprise Server today I found that I was getting .DLL errors when trying to create a MAPI profile on the BES Server (v5.0.2) when running IEMSTest. Well it was not the usual stuff – it ended up being the alias that had been assigned to the BESAdmin account. The policy… Continue reading .DLL Errors and Blackberry Enterprise Server

Random Chinese Characters in Exchange 2010 SP1 Emails

I have been sent a few emails from a client that start like this: 格tml> 格ead> 猼tyle㰾!– .hmmessage P { margin:0px; padding:0px } body.hmmessage { font-size: 10pt; font-family:Tahoma } –>⼼style> ⼼head> 㰊body class=’hmmessage’> The HTML characters repeat throughout the message, but not on every message, though those sent from Hotmail are typically affected (but it… Continue reading Random Chinese Characters in Exchange 2010 SP1 Emails

Enabling ActiveSync on a Sony P1i with a GoDaddy Certificate

GoDaddy issued certificates are not trusted by the Sony P1i phone and so if you are using a GoDaddy issued digital certificate for ActiveSync on one of these phones you will be prompted to accept the certificate at each sync. As this kills the purpose of push email sync you will want to stop the… Continue reading Enabling ActiveSync on a Sony P1i with a GoDaddy Certificate

ERROR_REPLICA_SYNC_FAILED_THE TARGET PRINCIPAL NAME IS INCORRECT

This rather imposing message is found if you try to force replication between to Active Directory Domain Controllers when one of the controllers machine account password is out of sync with the password as stored on the other domain controller. I have seen this a number of times on Virtual PC or Virtual Server Active… Continue reading ERROR_REPLICA_SYNC_FAILED_THE TARGET PRINCIPAL NAME IS INCORRECT

Creating Subject Alternative Name Certificates with Microsoft Certificate Server

A new feature in digital certificates is the Subject Alternative Name property. This allows you to have a certificate for more than one URI (i.e. www.c7solutions.com and www.c7solutions.co.uk) in the same certificate. It also means that in web servers such as IIS you can bind this certificate to the site and use up only one… Continue reading Creating Subject Alternative Name Certificates with Microsoft Certificate Server

Exchange Management Shell

I need a place to store useful Powershell commands for the administration of Exchange Server 2007, so I thought I would add them here: Upgrading Exchange Organisation Place Replicas of Public Folders on New Exchange Server get-publicfolder -recurse Set-PublicFolder -Replicas:”server\public folder database”,”server\public folder store (server)” Enable ActiveSync Policy for Windows Mobile 2003 Smartphones and Pocket… Continue reading Exchange Management Shell

P1 and P2 Headers in SMTP

P1 = the value on the MAIL FROM command of the SMTP connection (the message envelope) as defined in RFC 821. P2 = the email address in the message body as defined in RFC 822. These include the FROM, REPLY TO and SENDER fields For example, the following SMTP command sequence describes where P1 and… Continue reading P1 and P2 Headers in SMTP