Monthly Archives: January 2016

Quick Hits: Tracking The Status of GitHub Using PowerShell

This evening I noticed that GitHub, a site for collaborating and sharing code that I use for all of my projects, was down for an unknown reason. The site showed the dreaded ‘Unicorn of 503’ and I was left without … Continue reading

Posted in powershell | Tagged , , , , , | Leave a comment

Getting the Icon from a File Using PowerShell

Sometimes you want to use an icon of a particular file for another purpose such as working with a custom UI in either WinForms or Windows Presentation Foundation (WPF) where you can supply the Base64 data to automatically load the … Continue reading

Posted in powershell | Tagged , , | 7 Comments

Updated Function to Remove Long Files and Directories

I had a post last month ( or year for that matter) on Hey, Scripting Guy! where I talked about using PInvoke and PowerShell to create a function that allowed you to remove files which were nested too deep in … Continue reading

Posted in powershell | Tagged , , | 2 Comments