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...
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 ...
Here is a script I have written that will replicate the permissions between two folders including all subfolders and file permissions. Exe...
Recently, we upgraded our print servers and needed to reinstall all of the printers. This script will uninstall all printers. I deployed t...
This module is designed to make automating the installation of software a breeze. It also provides logging that makes it easy to check and ...
The firm I work for does a weekly reboot. As we revamped our SCCM and AD, it was time to revisit the reboot process. I decided to use Power...
After much research and troubleshooting, here is how to enable bitlocker on a Dell system, including clearing the TPM. The documentation by...
This error message was caused, at least in my situation, by the addition of Internet Explorer 11 into the build. It was not integrated, but...
Sometimes when you use USMT, it fails for one reason or another. This script is here to transfer user files from one profile to another. I...
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...
NOTE: You can find the new methodology and code in my later post located here . I know there have been a lot of blogs out here showin...
Mick Pletcher
•
This error in my case was being caused because the MSI was being executed through SCCM. The MSI file had to be executed locally and not fro...
Sometimes the screen resolution in a build does not set to the maximum. Resolution can be set with PowerShell, but the scripting requireme...
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...
There are already scripts out there that will do this, but I have taken it a little further. I have added checking to make sure the applic...
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 ...