Mick Pletcher
•
I had the not so pleasure of replacing the screen on my wife's iPad 2. There are plenty of videos on Youtube on how to do this. I am pr...
I was deploying an application through SCCM and it continued to fail every time, although the app was completely installed. I knew it had ...
Here is a script that will uninstall Autodesk 2014. This will uninstall BDS Ultimate, which should cover all Revit 2014 applications. This...
This script will get the proper software name and associated GUID. I use this script when writing uninstaller powershell scripts. You can ...
This script will add a user to the local administrators group. It will also verify if the user is added and write both a registry key for ...
Mick Pletcher
•
The Autodesk suite is not the easiest to uninstall because of all the components that the built in uninstaller does not uninstall. I went...
If you are needing to disable Windows Media Center in Windows 7 by command line, here is a script that will do just that. This script will...
Sometimes it is necessary to add an add/remove programs entry. There are instances where an application is independent and requires not in...
As many of you have probably experienced, SCCM and MDT do not always install all of the applications that are in the task sequence list, e...
The DCSU is a great utility that Dell has made available to update the drivers and driver applications on Dell systems. The industry I wo...
Mick Pletcher
•
This error is caused by registry key permissions. The first thing I did was to go in and change the permissioning to everyone on the key(s)...
You have been using your company computer for your own private use, especially if it is a laptop. Now you want to securely remove the perso...
You have made changes to your installation package and it does not update on the distribution points, even after validating and redistribut...
Being an SCCM administrator, I often have to log into machines to see if a deployment went ok. Trying to login to machines and getting the...
This script will uninstall an application with just the partial description that is listed in Add/Remove programs. It searches the product...
Mick Pletcher
•
Here is a script that will disable and then re-enable the network interface on your pc. It will also verify if the network connection is r...
Mick Pletcher
•
In order to deploy the Revit 2013 through SCCM, you will need to have the detection method setup. I used the msi product codes listed belo...
Mick Pletcher
•
You have setup an application package and want to initiate a hardware inventory immediately after the software is installed. Here is a pow...
Mick Pletcher
•
Here is a script I have written that will uninstall Revit 2013 Building Premium. Autodesk provides the Design Suite uninstall tool, but it...