1. Results of the 2015 /r/Linux Distribution Survey

    Published Aug 24, 2015.

    About three years ago after seeing a failed comment survey on /r/Linux I decided to create a "real" survey using Google docs to find out what Linux Distributions the folks at /r/Linux were using. These past three years, the results of those surveys were very well received so I wanted to continue the tradition. You can still view the 2012 survey, the 2013 survey, and the 2014 survey.

    Read on →
  2. Deploy Application Updates with Ninite with a Cache on your LAN

    Published Jan 23, 2015.

    Recently we purchased Ninite Pro for our organization and have implemented silent application updating via a scheduled task with PowerShell. This process uses a cache on our LAN to store updates and speed the whole process along. After some thinking I decided I wanted to get this working off-site so that when students take their laptops home over the summer, they can continue to receive updates.

    Read on →
  3. Enable Bitlocker Disk Encryption Via Scheduled Task

    Published Oct 07, 2014.

    I've been working on deploying Bitlocker across our Active Directory domain via a scheduled task. The advantage of using a scheduled task to enable Bitlocker (versus a startup or shutdown script) is that I can configure it to run when the computer is idle. I liked this solution over a startup script because my users on laptops very very rarely reboot their computers, and so startup scripts very very rarely get a chance to run.

    Read on →
  4. Remove All Drivers from a Windows Image by a Certain Vendor

    Published Jul 30, 2014.

    For when you find that you just need to remove all of the drivers from a captured image, or only those of certain makes. PowerShell makes it easy to script this removal so you aren't manually typing a ton of dism commands. I found myself needing to purge some problematic Intel drivers from an image in order to get USB working on some of our older machines. I found that it is possible to remove all drivers from a mounted Windows image and then commit the changes back to the captured WIM completely in PowerShell. Read on if you need the skinny.

    Read on →

Page 4 / 5