AngelVLC82
Member
- Messages
- 11
- Reaction score
- 0
- Points
- 1
Windows 11 Deployment with SCCM
PROBLEM SUMMARY — Windows 11 Deployment with SCCM
I'm trying to deploy Windows 11 using an SCCM Task Sequence, but the process is partially failing:
the operating system installs correctly, but the Task Sequence does NOT continue within Windows (it doesn't install apps, run scripts, install the SCCM client, prompt for a hostname, etc.).
ENVIRONMENT
✔ SCCM version
Microsoft Endpoint Configuration Manager 2503
Console version: 5.2503.1083.1000
Site version: 5.00.9135.1000
✔ Windows ADK + WinPE used
Initially, I had ADK 10.1.25398.1 installed.
I removed it and reinstalled the same version (Win11 24H2 ADK).
WinPE imported from:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us\winpe.wim
✔ New Boot Image
Created from scratch with ADK 10.0.25398.1 (Win11 24H2)
ID: XXX0006A
Includes components:
WinPE-PowerShell
WinPE-SecureBootCmdlets
WinPE-NetFx
WinPE-HTA
WinPE-DismCmdlets
WinPE-WDS-Tools
WinPE-WMI
WinPE-Scripting
Network drivers imported and installed correctly (Intel, Realtek, etc.)
✔ Windows 11 I'm trying to deploy
Windows 11 Pro 24H2
Installation via OSD from SCCM
WHAT WORKS
✔ Boots via PXE
After correcting Distribution Point options and redistributing the Boot Image, PXE boots correctly.
✔ WinPE loads without errors
✔ The Task Sequence executes the ENTIRE WinPE phase
Formatting, partitioning, image copying, etc... everything runs.
✔ Windows 11 installs correctly
After the first restart, once Windows is installed:
No hostname prompt (ServiceUI)
No applications installed
No scripts executed
No licensing installed
No CrowdStrike installed
No Setup Windows and ConfigMgr installed → the SCCM client doesn't even appear in Windows
Nothing appears in C:\Windows\CCM.
C:\_SMSTaskSequence is not created
Here's my task sequence. I used a capture ISO I had to capture a reference image of a physical machine. Once captured, I created the task sequence and imported the .wim file created from the capture. The image installs into the task sequence, but it doesn't seem to do anything after the operating system setup.

Can someone help me? I don't know what's happening.