Mick Pletcher
•
Here is a powershell script I wrote that adds the registry keys for both reader and acrobat to make them automatically update. This is int...
Mick Pletcher
•
Say you are deploying a package and need to run it as admin with elevated privileges. Of course if you are running the script manually, yo...
Mick Pletcher
•
If you are trying to query a list of installed applications using WMIC and want to only display certain headers, here is the list of header...
In order to run a powershell script as a task sequence/application in SCCM or MDT, you will need to use the following command line in MDT/S...
Mick Pletcher
•
Powershell 3.0 now has a public desktop environmental variable, CommonDesktopDirectory, unlike versions 1 & 2. In order to make the pow...
Mick Pletcher
•
In Windows 8, you can only open 1 instance of an app at a time by just clicking on the app tile. In order to open multiple instances of it,...
Mick Pletcher
•
For some Powershell scripts, they need the elevated privileges, even when UAC is disabled. In order to do this, there are two options. R...
Mick Pletcher
•
Most companies have a security policy enabled that locks a computer after a certain time interval to stop other users from being able to ac...
Mick Pletcher
•
It is nice having robocopy integrated with PowerShell, but there are some quirks that can make it a pain to deal with. While I was writin...
This error is caused when the working directory no longer exists that is assigned to the application being installed. It would be nice if M...
Mick Pletcher
•
This error can be caused by several different things. Here are a few suggestions to look for: Have you inserted a new task before the b...
Mick Pletcher
•
There is a new window in the MDT Wizard. It is Roles and Features. If you are wanting to skip this, you will need to add the following to t...
Mick Pletcher
•
If you have setup your driver drivers like I have in which they are separated by OS-->Make-->Model, you will see duplicate drivers in...
Mick Pletcher
•
Once a task sequence has been created, it is grayed out not allowing for it to be changed. There is an easy workaround to accomplish this. ...
If you ever go into the Control folder of the deployment share, you will see every task sequence that has ever been created in there. They ...
After the last update of iOS to 5.1.1, you have probably noticed that it slowed down drastically. This is because of the new features added...
Mick Pletcher
•
This is a very easy, but also tricky process. The first thing you will need to do of course is setup your SQL database if it has not alread...
You have software already on a network share and want to deploy it to everyone within the local network. You don't have to waste time a...
Mick Pletcher
•
Deploying Photoshop Elements is different from the rest of the Adobe CS6 applications. The MSI file cannot be executed independently. The s...
This is a really nice feature that MDT has allowing for all updates to be installed during the initial windows setup process. The problem i...
Mick Pletcher
•
While creating tasks in the task sequencing, you may want to create unique names that are stored in an MDT variable. This can easily be don...
If your MDT build give the above error at the end of a build, the issue is more than likely caused by a residual GUID left over in another ...
The drivers folders in MDT do not alphabetize as you add new ones. It just adds the new folder at the bottom of the list. There is a simple...
Mick Pletcher
•
Unlike the old SMS where you could access the reporting services via the SMS server name in the browser, it has changed in 2012. To access ...
If you are getting the message below, the first step to resolving it is here . One more step you have to do with the solution in that link ...
Mick Pletcher
•
This is in no means to be used to continuously reuse a trial version of software without paying for it. This is more for using if you are i...
Mick Pletcher
•
You might have wondered how to backup multiple computers in your home with a single online backup service. The answer is yes, you can do th...