Recently I discovered the Download Package Content task and found a why to use it with PowerShell during a task sequence. You would use this mainly to quickly download some files into your task sequence environment. This could be in the normal OS, or during OSD in WinPE. Recently I had a use case why this task comes in handy.
Read moreTag: SCCM
Application installation randomly fails in SCCM task sequence
While working on a new Windows 10 v1903 deployment, I encountered an application installation that randomly fails in SCCM. A goal for this new release was to deliver a faster and cleaner task sequence. Unnecessary tasks were stripped, and the order changed significantly. However, last I experienced this strange problem. Applications would randomly fail to install during the deployment.
Read moreFaster Driver Deployments in a Task Sequence
The installation of hardware drivers in a SCCM task sequence deployment can take ages. While developing a new deployment for Windows 10 version 1903, the goal is to include faster driver deployments in a task sequence. In this post you will find a solution that is easy to implement and maintainable.
Read moreCreate custom SCCM Task Sequence variables using PowerShell
Last week I worked on BIOS updates for our Dell desktops and our HP laptops in Windows PE. The result was lots of new tasks in the task sequence with WMI queries to determine the model. After a BIOS update the machine needs a reboot, but doesn’t when already updated. To keep things fast and clean, I needed to find a solution to save time. I solved this with custom Task Sequence variables using PowerShell. Read along to find out how.
Read more