Generic Task Sequence vs. OS Deployment Task Sequence – Inside the _SMSTSType Variable

When creating ConfigMgr task sequences you learn that ConfigMgr assigns different types to them. This type is available as the _SMSTSType task sequence variable during deployment, and also available in the ConfigMgr database, as the TS_Type column in the vSMS_TaskSequencePackage view. The values are: Credits: Thanks to Boushev Gleb for the initial find But what […]

Continue reading >

Creating Pre-Caching Task Sequences From Other Task Sequences using PowerShell

In a previous post, you learned how to use PowerShell to create a pre-caching task sequence for ConfigMgr from a list of packages, more specifically a list of driver packages. Here is a PowerShell script that creates a pre-caching task sequence from another task sequence. Here is the script: https://github.com/DeploymentResearch/DRFiles/blob/master/Scripts/ConfigMgr/New-PreCacheTaskSequenceFromAnotherTS.ps1 In this example I had […]

Continue reading >

Windows Autopilot for Existing Devices – Creating a Dynamic Group

When using the Windows Autopilot for Existing Devices scenario it's quite useful having those devices being automatically added to a group in Intune. This can be done by matching the ZtdCorrelationId from the Autopilot JSON file used in this scenario. Credits: Special thanks to Michael Niehaus explaining how the ZtdCorrelationId worked in this Microsoft blog: […]

Continue reading >

Office / Studio Setup

I've been asked a few times now about what my office / studio setup looks like, and figured it was time to share that 🙂 This is what the studio looks like from behind the scene. Equipment Below is a list of the equipment used: Lights Camera and Capture Card Microphone and External Sound Card […]

Continue reading >

Using MDT with Windows Autopilot for Existing Devices – Task Sequence Template and Scripts

While ConfigMgr has a ready-made task sequence template for the Windows Autopilot for Existing Devices scenario, MDT Lite Touch does not have one. Well, until now that is 🙂 On the link below you can download a new task sequence template for Windows Autopilot as well as the needed scripts and unattend.xml file: Download link: […]

Continue reading >

Audit and Fix Windows Update Registry Keys in a Co-management Scenario

Originally posted on https://andrewj.net on April 2, 2022 Recently I’ve been working on enrolling devices into co-management and piloting the Windows Updates workload in Intune. The devices I’ve been working with have been compromised of various manufacturers and models with varying life spans – some for years, some much newer. Some had specific Group Policies […]

Continue reading >

Windows Autopilot for Existing Devices – Downloading the Deployment Profile

When using the Autopilot for Existing Devices scenario, you download one of your existing Autopilot deployment profiles via Microsoft Graph, and then instruct whatever deployment solution you are using to copy the file to the C:\Windows\Provisioning\Autopilot folder. This way you can enroll machines into Intune without having to upload a hardware hash and assign them […]

Continue reading >

Fixing VBScript Support in Windows ADK SEP 2023 Update (Build 25398)

For those that tried out the latest Windows ADK for Windows 11 22H2, build 25398, you quickly learned that Microsoft overlooked testing a bit. The VBScript component had been removed, breaking deployment solutions like MDT, or ConfigMgr (when using VBScripts). This post covers a temporary workaround until Microsoft releases an official fix. NOTE: The 25398 […]

Continue reading >

Limiting Hyper-V Bandwidth using pfSense

In my labs I frequently use bandwidth control to simulate different customer environments, allowing me to mimic distributed environments spanning over multiple locations. While Hyper-V itself does support bandwidth limiting, it can only do that on outgoing (outbound) traffic which is not really a real-world scenario where you have routers and WAN links limiting the […]

Continue reading >
Page 4 of 31
>