
PowerShell App Deployment Toolkit – Getting Started
In this video i will show you the basics of the PowerShell App Deployment Toolkit / PSAppDeployToolkit / PSADT. It is a very awesome and powerfull tool, once you know how to use it. In the video i will cover the following sections: Download and Extract the...

How to deploy 7-Zip with SCCM
I recently got the idea to start creating videos about System Center Configuration Manager (SCCM), Microsoft Deployment Toolkit (MDT) and PowerShell App Deployment Toolkit (PSADT). This is my very first video, its a very basic video, that shows how you can deploy...

Failed to get client identity (80004005) and SyncTimeWithMP() failed. 80004005
I came across two errors Failed to get client identity (80004005) and SyncTimeWithMP() failed. 80004005. When i was trying to boot a machine from a ISO Boot Media and run a Task Sequence, in Microsoft System Center Configuration Manager / ConfigMgr / SCCM. The...

Calculate disk extension information with PowerShell
Calculate how many Gigabytes you need to extend your disk with, to gain a certain percentage free disk space, with this PowerShell script! This evening i was asked if i did remember how to do a percentage calculation, in order to tell by how many gigabyte a disk...

Uninstall EXE Applications with PSADT
Do you want to uninstall EXE applications with PowerShell App Deployment Toolkit (PSADT)? Then you should read this article, as i will learn you how to do exactly that. If you are a frequent user of PowerShell App Deployment Toolkit (PSADT), you might know the command...

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

Extract Java MSI from EXE with PowerShell
Extracting the MSI from Java's EXE Installer, cant be done directly. Normally we would have to run the installer, go to a temp location and copy the MSI file(s). With this script, you can just drop the Java Offline Installer (EXE) to the SourceFiles folder, run the...

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)

Intellisense on PSADT in PowerShell ISE
I love PowerShell App Deployment Toolkit (PSADT), and i do love autocomplete in PowerShell Integrated Scripting Environment (ISE). But this won’t work by default on the PSADT functions and arguments.
So in this article i will teach you how to make that work!

Copy users from one AD group to another using PowerShell
Copy user from one AD (Active Directory) group to another using a PowerShell Script and the Active Directory PowerShell Module.
I will share my script, and tell you how it works.