Exchange 2010: Error analysis Outlook Anywhere (RPCoverHTTPS) - Part 2

As already announced in Part 1, we will now look at the Outlook Anywhere connection (RPCoverHTTPS) itself and why the certificates play a crucial role. As we saw in the first part, the Outlook profile was updated and the Outlook Anywhere settings were transferred to the client: My test computer is now no longer connected to the local ... Read more

Exchange 2010: Error analysis Outlook Anywhere (RPCoverHTTPS) - Part 1

I often receive questions about problems with Outlook Anywhere (RPCoverHTTPS) by email or here in the blog. However, the reasons why Outlook Anywhere does not want to work or does not work as expected can be very different. That's why I'm now providing a somewhat deeper insight into the configuration and error analysis of Outlook Anywhere. I have ... Read more

Exchange 2013: Barracuda Web Application Firewall

With its Web Application Firewall, Barracuda also offers a way to publish Exchange securely on the Internet. I have tried out the latest version and tested it with Exchange 2013. Barracuda offers a demo version for download. Here is the initial setup: After the VMware appliance has been started, you can log in with the user "admin" and the password "admin". Read more

MSDN subscription: Save product key and write to CSV file

Actually useless, but I like to save my keys locally so that I don't have to log in all the time. The MSDN offers the possibility to export the product keys as an XML file, but I don't have Excel everywhere... With the following Powershell script the XML file can be converted into a CSV file: $keyfile = "c:\temp\KeysExport.xml" $csvfile = "c:\temp\productkeys.csv" ... Read more

Exchange 2010: Management Console / Shell does not start

If the Exchange Management Console or the Management Shell does not start with the following error, it helps to restart the IIS. Here is the error message that appears when this error occurs: The following error occurred while connecting to the remote server: The request cannot be processed by the WS-Management service. The system load quota of 1000 requests per 2 seconds ... Read more

Exchange 2013: Switch authentication to Kerberos

By default, connections from Outlook to Exchange 2013 are authenticated with NTLM. However, in environments with several CAS servers and many clients, NTLM generates unnecessary load on the DCs, precisely because load balancers no longer have to worry about persistence. It is better to use Kerberos authentication here so that not every CAS server has to re-authenticate the connection ... Read more

The search for a Forefront TMG replacement (The conclusion)

At the end of last year, I started looking for a replacement for Forefront TMG and found a few very interesting solutions: Part 1: KEMP Edge Security Pack Part 2: Sophos UTM 9.1 Part 3: Windows Server 2012 R2 + ARR 2.5 Part 4: Windows Server 2012 R2 + Web Application Proxy Part 5: Debian 7 ... Read more