Every place I have worked, there has been the issue of systems being in SCCM, AD, and antivirus that no longer existed. The is often cause...
This script will import and apply a local GPO using the local GPO utility, ImportRegPol.exe, located here . The script is a wrapper that ...
I encountered an issue with SCCM 2012 R2 when deploying the client to systems that were being upgraded from SCCM 2007. What would happen wa...
I wrote this script to generate a list of local administrators on a PC. It saves the output to a text file at a central repository. The t...
This script will generate a clean list of Microsoft updates that were installed during a system build, making it drastically easier than h...
Mick Pletcher
•
This PowerShell script will install WMF 4.0. It will return an error if the installation fails. You can download the script from here . ...
Mick Pletcher
•
CMTrace makes reading .log files much easier. Deploying it though can be somewhat tricky. I have written this PowerShell script that will ...