SCCM Client Installer

Mick Pletcher  •   •  ,
This PowerShell script will uninstall previous versions of SCCM client, run the CCMClean to make sure all instances of the client are gone...

MSI Analysis Reporting Tool

Mick Pletcher  •   •  ,
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...

Deploying Workshare Professional

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...

Application List

Mick Pletcher  •   • 
This script will generate a list of installed applications minus those in the exclusion list text file. I created this script so the help ...

SCCM PowerShell SCUP Alternative

Mick Pletcher  •   • 
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...

Get Default Printer

Mick Pletcher  •   • 
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 ...

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 ...