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