Get recent (public) GitHub commits

So, I recently found myself needing to publicise how many public GitHub commits I had made on any repo I’ve worked on and dug in to GitHub’s incredibly useful API!
Read more →

PHP DOM Manipulation (snippet)

A topic of contention - should you use PHP or jQuery (or any other of the plethora of JS framework offerings!) to manipulate elements in the DOM?
Read more →

PowerShell: Find all Locked user accounts in Active Directory

This one is a very short, but sweet, guide to finding all locked out AD User accounts. These few simple commands have saved me a huge amount of time on more than one occasion!
Read more →

PowerShell: Get-MailboxStatistics commands

Supporting an infrastructure containing Exchange servers, which will be the case for most enterprise environments these days. there’s always a requirement to find out how big a users mailbox is at any given time. This is where the Get-MailboxStatistics cmdlet comes in extremely handy!
Read more →