Creating internal certificate for OWA with multiple URLs

Creating a certificate that supports multiple URLs for internal and external usage in Exchange OWA using an internal CA via Windows. As a guide I used this article and also CertReq /? Create a TXT file with the following content: [NewRequest] Subject = “CN=Exchange.Pastures.local” Exportable = true ExportableEncrypted = true MachineKeySet = true FriendlyName = […]

Achieved 070-647 MCITP Enterprise Administrator

Today I achieved 070-647, it was a decently hard exam as to be expected ofcourse for the level of expertise required to pass and know all the items questioned within it. Focus will now shift from 2008 basis to my Messaging Specialism, which I will be upgrading from MCSA:M with an additional 2007 MCTS in […]

Problem Installing FEP Client (0x80070645)

Cross-posting some of my findings I also posted in http://social.technet.microsoft.com/Forums/en-US/FCSNext/thread/2b853e6a-b05f-467d-bd3e-31f0cdf5830e I’ve been having the same problem with several servers. I have found that uninstalling FCS can sometimes be a pain. If you open your REGEDIT and find the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\UserData\S-1-5-18\Products folder and here search for ForeFront you will find the 2 installations from ForeFront. NOTE: This […]

Debugging Scheduled tasks “Last Result 0XE0434F4D”

Ran into a problem today with using a scheduled task which was not executing properly after changes being made to it’s batchjob. Ofcourse the Windows Task Scheduler doesn’t give a very good description on the error message so I found a nice article that uses the following code: @echo off echo %date% %time% Start of […]