How to Identify Uninstaller Information From Registry Keys

If you want a fast way to get information about the uninstallers that are listed in the registry, then check out this simple script to parse out some information for you. $searchterm = read-host “Enter search term for uninstallers” $uninstallers =...

How to Setup a PowerShell Script to Run as a Scheduled Task

Alright, so you’ve built up your skills, developed your script, got all the kinks worked out and now it’s time to set the sucker up to do your work for you.  I know, I’ve been there myself. This tutorial shows you how to setup a scheduled task to run your PowerShell...