This is something I needed to get functioning for work. Luckily it wasn't so difficult--the hardest part was attempting to figure out why after I compiled Edge.js properly for NW.js v0.12.3 why it wouldn't actually attempt to load the native edge.nod...
I've recently busted my balls trying to get ServiceStack v3/Angular/IIS Express/Windows Authentication all working together in our corporate environment. It was a bit of a nightmare but it appears I finally have it all figured out. Sorry about the cr...
So this one's been driving me insane for a while (especially since I figured it out a while ago and never documented the solution). On some systems I would only be able to get PsExec working half the time...the other half the time I'd receive this in...
Our CA certificate recently expired and we were experiencing a smorgasbord of issues after renewing the CA cert itself. One issue we were running into is that our Lync mobile clients stopped connecting, and our external clients were receiving the fol...
When attempting to attach a VHD (or simply create a new virtual machine for that matter) by utilizing the Hyper-V manager on a remote computer (to manage Hyper-V Server 2008) I was having issues--I was receiving the error: > Error: 'The requested ope...
I was in the middle of a migration from Exchange 2003 to 2010 and was troubleshooting public folder replication when I noticed my replication emails to the new public folder database were stuck in the unreachable messages queue. The solution is to si...
Not the prettiest thing in the world but gets the job done by printing each user's mailbox size & total items into a HTML table: get-mailbox -database "Mailbox Database 1706745955" | get-mailboxstatistics | where {$.objectclass -eq "Mailbox"} | sort...
Could not update Vista SP1 due to 0x80072EFD error, so I started out by manually updating to SP2. No success. This was driving me absolutely insane until I actually read the C:\windows\windowsupdate.log file. First, try resetting the HTTP proxy throu...
DI spent a lot of time ensuring ActiveSync was working properly for a client on Exchange 2010--they have a lot of iPhones and I wanted to be sure everything top-notch. When attempting to activate a Motorola Droid 2 with the Exchange server, I kept re...
During a migration from Exchange 2007->Exchange 2010, I could not figure out why my OAB would not download after deleting & re-creating it. Originally, we were having an issue where Outlook 2003 clients would throw "Task 'Microsoft Exchange Server' r...