An Easier GUI Method for Powershell

I wrote a post in the past, which you can see here, about creating a GUI for a Powershell script.  That info is still valid but the catch with that one is that you need Visual Studio, Community Edition is just fine for it.  Recently I changed out my laptop and found it to be a good opportunity to start […]

Powershell to Find Service Accounts

A while back I had a need to check all the servers in my domain and see what services were logged in with “special” accounts.  In other words, find any service that’s not running off of a default builtin account.  A script like this comes in very handy when it comes time to update the password on an AD account that […]