Ripping an application out of AppWiz.CPL (Add or Remove Programs)

So once in a while, I get a stingy program that refuses to remove itself from my Add Or Remove Program’s list. So what I end up doing is jumping into the registry and removing the Key from the uninstall list. In my case, I ended up having to remove a couple of keys under …

Maintaining User Fileshare permission's

Our department is pretty large and users tend to change user folder permissions out of our standard. This script I threw together to cycle through a list of folders that match the users ‘samAccountName’ in active directory. BEWARE This will delete folders and data of users that do not exist.

DSC Powershell and Windows Firewall

Windows Firewall can be a minorly tricky subject when it comes to the configuration at a level with scalability. After connecting with Microsoft it appears the three main options are 1: Group Policy <– Imagine your GPEdit to reflect 1000+ lines of custom configurations for each server in your environment. 2: Desired State Configuration <– …

Linking Employee Photo's to Outlook contact's on the fly in VB.NET

So this sniblet is a little something I wrote a few years back that I still use today. In our environment, we have a Public folder that is available to users on the exchange server. Within the Public folder drilling down is a list of Contact cards that are maintained by our secretary. This code …