Select Page

Homepage – Temp

PowerShell Process Monitor

PowerShell Process Monitor

I wanted a process to be always running, so why not make a PowerShell Process Monitor for that? The idea was to create a never ending script, to look for the process, and if it shutdown for what so ever reason, it should start it again. The script is fairly simple. We...

read more
How to defer application installations with Powershell App Deployment Toolkit

How to defer application installations with Powershell App Deployment Toolkit

Lets say you want to install a bigger application, like the Microsoft Office suite. But because it is a big and heavy package, you want to give your users the ability to defer the installation. Maybe you are upgrading from an older Office version, and the user needs to use outlook for the day.

One of the ways we can do this, is by using defer with the PowerShell App Deployment Toolkit (PSADT)

read more