Home Atom Json RSS

Reference

A collection of articles on various topics that interest me. Written mostly in order to document my own solutions to problems, and published in the hope that they may help others save some time.

2011

Fixing MSExchange ADAccess Event 2937 PreviousDatabase

Active Directory stores a reference to each user’s previous mailbox database. In some cases, the value in this property may point to a database that no longer exists, i.e. when an Exchange server has been incorrectly removed from the domain or if the old mailbox database has been deleted.

~ Read

Adding Email-enabled SharePoint 2010 Lists to Exchange 2010 Address Book

After a long struggle you finally have successfully configured SharePoint 2010 and Exchange 2010 to support email-enabled lists and folders on SharePoint, and now you’re trying to figure out how to get convenient access to those email addresses from within Outlook or other email clients. This article describes how to end your day on a happy note.

~ Read

Integrating Project 2010 Scheduling Columns with TFS 2010

Microsoft Project 2010 has out-of-the-box support for Team Foundation Server 2010, and the relevant features become available automatically right after Team Explorer is installed on the client computer. One feature that first appears to be missing is the integration of Project’s start and finish dates for bug and task work items. This article describes how to enable support for those columns.

~ Read

Removing an Exchange 2010 Server that no longer exists

If you removed an Exchange 2010 server from your network without properly uninstalling it, either because you experimented with it on a test box or on a virtual machine, or because the computer got hit by a meteor strike, you may notice that the server continues to exist in the network’s Active Directory and shows up in the Exchange Management Console. This article describes how to clean up the left over artifacts in your domain controller without having to reinstall your entire infrastructure.

~ Read

Installing Windows Server 2008 R2 on Dell PowerEdge 1850, 2850

Many data centers have been updating their hardware to servers that support virtualization, so there are a lot of older Dell PowerEdge 1850s and 2850s available on eBay and Craigslist right now.

~ Read

2010

WordPress Could Not Create Directory, Plugin Upgrade Failed On IIS

Upgrading plug-ins in Wordpress 5.2.x or 5.3.x may fail on IIS 7 due to a bug in the Windows Cache Extension for PHP.

~ Read

Named Pipe Support Broken in PHP 5.3.x on Windows

Named pipe support is apparently broken in PHP 5.3.x on Windows.

~ Read

WebDAV Over SSL with Windows 7

While setting up WebDAV over HTTP and getting it to work is pretty straightforward on most operating systems, many attempts to make it work over SSL with Windows 7 appear to be like the battle of David versus Goliath. The good news is that it works and, contrary to most comments on the internet, it is not painfully slow, but actually quite snappy. The setup turns out to be simple as well, but is not very well documented.

~ Read

The Signature Version of WRVS4400N, RVS4000 is Too Old

The error message in the title may be seen in the log files of Cisco WRVS4400N and RVS4000 routers (previously manufactured by Linksys).

~ Read

Windows Server 2008 Task Scheduler Won’t Execute .bat Files

When setting up scheduled tasks on Windows Server 2008 that execute batch files that work fine when started manually, but refuse to produce any results when started from or by the scheduler, even though it proudly shows Task completed, there a few quick things to check.

~ Read