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 ...
I have been a huge fan of PsExec ever since I became and SCCM Administrator. The problem with PsExec is that it transmits credentials in cl...
This script will enable or disable Internet Explorer Active X components. All you have to do is pass the user friendly name of the compone...
This script will install the Dell CCTK and set specified BIOS settings. Unlike the CCTK that allows you to create a multiplatform file to...
Mick Pletcher
•
It is very easy to stop shortcuts from being installed during an MSI installation. The first thing you will need is ORCA or Super ORCA. The...
In my experience, this error was caused by me manually editing the unattend.xml file associated with an imported operating system. Specific...
This function will get the list of printers installed for a user. It will also get the Default Printer. It outputs the list to Printers.tx...
Here is a script I just wrote that will create an active setup registry key. It prompts you for the title, description, command line execu...