OS Detection

Mick Pletcher  •   • 
Recently, we added the Windows 8.1 operating system to the company domain. I ran into the problem of deploying Adobe Flash Player to these...

Import and Apply Local GPOs

Mick Pletcher  •   • 
This script will import and apply a local GPO using the local GPO utility, ImportRegPol.exe, located  here . The script is a wrapper that ...

List of Installed Updates

Mick Pletcher  •   • 
This script will generate a clean list of Microsoft updates that were installed during a system build, making it drastically easier than h...

Deploying CMTrace

Mick Pletcher  • 
CMTrace makes reading .log files much easier. Deploying it though can be somewhat tricky. I have written this PowerShell script that will ...

Replicate Permissioning

Mick Pletcher  •   • 
Here is a script I have written that will replicate the permissions between two folders including all subfolders and file permissions. Exe...

Uninstall All Printers

Mick Pletcher  •   • 
Recently, we upgraded our print servers and needed to reinstall all of the printers. This script will uninstall all printers. I deployed t...

Deployment Module

Mick Pletcher  •   • 
This module is designed to make automating the installation of software a breeze. It also provides logging that makes it easy to check and ...

Removing Outlook Data Files

Mick Pletcher  •   • 
Automating the removal of Outlook data files is a tedious process that is difficult to automate. The registry key is a data hash that is u...

SCCM Client Installer

Mick Pletcher  •   • 
Installing the SCCM client takes a few minutes. This script was written so that it will wait for the ccmsetup.exe to complete. I have enco...

Enable Wake-On-LAN

Mick Pletcher  •   • 
NOTE: This is an old script. I have a newer and more efficient one located here . This script will enable WOL and test to make sure it ...