Quick and dirty encrypted notepad in PowerShell

Here is a quick and dirty encrypted notepad for admins who like to keep passwords in Notepad where the organization says you’d better not. I wrote this in PowerShell so my colleagues can easily manage it after I depart. PowerShell should run where some executable binaries might be restricted. Features…

read more

PowerShell console weather script

I wanted a little more detail than some other terminal weather programs provide so I wrote a console weather script in PowerShell. I do not consider it complete as I will eventually rewrite error handling, how I handle the data, and add better documentation. It works and can be used…

read more

PowerShell Configuration Storage Module

This PowerShell configuration module will let you easily create, store, and retrieve configuration data in simple XML files. Of course there are a few ways to store config data for use in PowerShell scripts. One way is to save data structures and variable in a psd1 file and load direct,…

read more