Using ASTreeView for Drag and Drop Action

First download NUGet from NuGet.org. Install it for your cordinating version of visual studio Once installed Launch VS then launch NuGet’s console from within Run the following line for Framework 4.0 and Above PM> Install-Package ASTreeView If your project is targeted to .Net Framework 2.0 or 3.5, please install the legacy package using this line …

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 <– …