Start Here: SCCM HP G8+ Deployment Guide
A plain-English starting point for building an SCCM imaging process for HP G8 through G11 business laptops.
A practical SCCM deployment guide for imaging HP EliteBook, ProBook, and ZBook G8 through G11 devices with Windows 11 23H2 or 24H2.
Use this guide to prepare Configuration Manager, import Windows source files, add HP driver packages, build a clean task sequence, configure WinPE, and validate each finished laptop before handoff.
This deployment hub shows technicians, SCCM admins, and desktop engineering teams how to use Microsoft Configuration Manager to deploy Windows 11 to supported HP business laptops.
The primary focus is HP G8 and newer models. The workflow is built around repeatable SCCM imaging, clean driver management, task sequence control, and post-deployment validation.
By the end, you should have a working SCCM process for deploying Windows 11 23H2 or 24H2 to HP EliteBook, ProBook, and ZBook G8 through G11 devices.
Before starting, make sure your environment has the following components ready:
Follow this five-step SCCM workflow to build a clean Windows 11 deployment process for HP G8+ laptops.
Install or confirm the required SCCM version, Windows ADK, and WinPE add-on. Update boot images, distribute them to the correct Distribution Points, and confirm that PXE or USB boot media is working.
Add Windows 11 23H2 or 24H2 source files to SCCM. Create or update the operating system image package, distribute the content, and confirm that clients can access it during deployment.
Download the correct HP driver packs for each supported EliteBook, ProBook, or ZBook generation. Import the drivers into SCCM, organize them by model and generation, and distribute the packages to the right Distribution Points.
Create a task sequence that partitions the disk, applies Windows, injects the correct HP drivers, joins the domain if required, installs applications, applies updates, and runs cleanup or validation steps.
Deploy the task sequence to a pilot collection first. Image one device from each supported HP model line, confirm driver detection, verify application installs, test network and BitLocker behavior, and complete the validation checklist before expanding deployment.
Use this structure as the starting point for the SCCM task sequence:
Most stuck deployments are not SCCM problems — they are network problems. PXE works between three machines in three different VLANs: the laptop being imaged, the DHCP server, and the SCCM Distribution Point with PXE enabled. If any one of those links is wrong, the laptop sees nothing on screen and the technician assumes the task sequence is broken.
Use this section before you blame SCCM. Verify the network path first.
No DHCP relay (IP helper) on the client VLAN
The laptop and the DHCP/SCCM server are on different subnets. Without `ip helper-address` on the client VLAN interface, the DHCP DISCOVER never reaches the server.
DHCP options 66/67 still set from a legacy WDS server
Options 66/67 hard-pin clients to one PXE server. Remove them when you move to SCCM PXE (use IP helpers instead).
UEFI vs BIOS boot file mismatch
BIOS clients need `wdsmgfw.com` / `pxeboot.com`, UEFI clients need `wdsmgfw.efi`. SCCM serves both — confirm the client's firmware is set correctly.
Secure Boot blocking the WinPE boot image
Your boot image must be signed. Update the boot image in SCCM and redistribute. Disable Secure Boot temporarily only if signing is broken.
Switch port has spanning-tree convergence delay
STP holds the port for ~30 seconds before forwarding. The laptop times out on PXE before STP settles. Enable PortFast (Cisco) or Edge Port (Aruba/HP) on access ports.
PXE responder service not started on the DP
On the SCCM Distribution Point, confirm the `Windows Deployment Services` and `ConfigMgr PXE Responder` services are running. Restart after enabling PXE.
Firewall blocks UDP 67/68/69/4011 between subnets
DHCP (67/68), TFTP (69), and Proxy DHCP (4011) must traverse from the client VLAN to the DP. If you have an internal firewall between VLANs, open these UDP ports.
When the laptop, DHCP server, and SCCM DP live on different VLANs, configure DHCP relay on every client VLAN that needs to image. Two helpers: one to your DHCP server, one to the SCCM DP. Do not use DHCP options 66/67 with SCCM.
! Cisco IOS — client VLAN interface interface Vlan20 description Workstation_VLAN ip address 10.20.0.1 255.255.255.0 ip helper-address 10.10.5.10 ! DHCP server ip helper-address 10.10.5.20 ! SCCM Distribution Point (PXE) ! ! Aruba / HPE ArubaOS-CX equivalent interface vlan 20 ip helper-address 10.10.5.10 ip helper-address 10.10.5.20
If clients and the SCCM DP are separated by an internal firewall, open these from the client VLAN to the DP. Without these the laptop sees DHCP but never finishes the boot image transfer.
| Port | Proto | Purpose |
|---|---|---|
| 67 / 68 | UDP | DHCP DISCOVER / OFFER |
| 69 | UDP | TFTP — boot image download |
| 4011 | UDP | ProxyDHCP (PXE binding) |
| 80 / 443 | TCP | HTTP(S) — content + WinPE peer cache |
| 445 | TCP | SMB — fallback content source |
| 8530 / 8531 | TCP | WSUS / SCCM software update point |
| 10123 | TCP | Client notification (CMG / push) |
Every file is free. The complete toolkit requires a quick free account.
A plain-English starting point for building an SCCM imaging process for HP G8 through G11 business laptops.
A one-page checklist that walks from "I have an SCCM server" to "I have a freshly imaged HP laptop."
Step-by-step guidance for creating a Windows 11 task sequence in SCCM, including source files, boot images, driver packages, and deployment collections.
Instructions for organizing, importing, and applying HP driver packs for EliteBook, ProBook, and ZBook G8 through G11 models.
A technician-friendly WinPE prompt for capturing computer name, department, asset tag, and deployment options before imaging begins.
A field checklist for verifying drivers, activation, domain join, BitLocker, applications, Windows updates, network connectivity, and user readiness.
A complete collection of SCCM deployment resources for Windows 11 imaging on HP G8+ models, including scripts, task sequence examples, documentation, and validation tools.
This guide is built for:
After following the guide, you should have:
Start with the deployment guide, then use the checklist to validate your first test device.
Legacy HP G7 material may be available separately, but this guide focuses on HP G8 and newer devices.