Mick Pletcher
•
The firm I work at does not give users local administrator access for several reasons. We did an audit of our systems and found out sever...
While helping to manage Microsoft Endpoint, a former colleague suggested that I setup Endpoint to automatically run a full system scan ea...
Mick Pletcher
•
I recently converted my firm to Microsoft Endpoint. Part of the process is including endpoint in the golden image. I wrote this powershel...
Recently, I had to deploy .Net Framework 4.5.2 to all systems, as it was a requirement for a software update. I first deployed it through s...
Mick Pletcher
•
To easily deploy Redaction for Adobe Acrobat XI, I created an MSI file using the AppDeploy Repackager. There are a total of 8 files it pac...
Mick Pletcher
•
I was deploying a package earlier today. It took a few iterations to get everything correct. All of a sudden on the fourth update of the pa...
We recently did a complete upgrade on all equipment in one of our remote offices. After the upgrade, I had to setup a new distribution poin...
Recently, we had a software deployment that required .Net Framework 4.5.2. I deployed the .Net update via SCCM 2012 Software Updates. With...
I had a bunch of fonts that need to be installed during the build of the golden image. I wrote this script to install them as a task sequ...
I wanted an easy way to find the bitlocker recovery key in the even MBAM was down and as a backup. We use MBAM, but also use Active Direct...
Mick Pletcher
•
In a perfect environment, GPO forces the bitlocker recovery keys into AD. This doesn't always function correctly. Sometimes a system...
Keeping track of systems that have unlicensed software installed can be a daunting task, especially when true up comes. We all have encoun...
Here is a cheat sheet that is a list of all PowerShell approved verbs. You can download cheat sheet from here .
I have wanted a PowerShell script that would generate an excel report listing all of the inactive systems, if they are in active directory...
My firm uses MDT to build all of our computers. The windows updates are setup as packages so they can be applied to the OS before it is la...
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...