This PowerShell script will uninstall previous versions of SCCM client, run the CCMClean to make sure all instances of the client are gone...
Here is a tool I have written that generates a report on all of the variables used for each entry during an MSI installation. I wrote this...
Recently, I had to deploy an application, IntApp, with minimal intrusion and no reboots. Part of the process was to restart the applicat...
Mick Pletcher
•
Deloying Workshare Professsional is by no means an easy task for configuring the installation if you try and edit the MSI with ORCA. When c...
I heavily use PowerShell during the SCCM imaging process for installing each application. There are often times that I will watch the bui...
This script will generate a list of installed applications minus those in the exclusion list text file. I created this script so the help ...
I have wanted to be able to update an application on the fly without having to create new application packages in SCCM. This is especiall...
The new and updated Default Printer report is located here . This script will find the default printer of a logged on user and write it ...
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 ...