Building a Windows 11 24H2 Reference Image using SCCM in Workgroup
Hi,
I am trying to to do a build and capture a Windows 11 24H2 Reference Image using SCCM 2403 with task sequence but the TS always fail at the Install Application step. This step does not works when the client join workgroup.. As I know sure, you cannot Build and Capture Windows join the domain.
on the STEP: Setup Windows and Configuration Manager--->Installation properties
I set the following first with
DNSSUFFIX=RTL.com SMSMP=CM01.RTL.com SMSCACHESIZE=20480 CCMLOGMAXHISTORY=3 CCMLOGMAXSIZE=10485760
No Application were installed
I set in second step only with DNSSUFFIX=RTL.com
SMSMP=CM01.RTL.com SMSCACHESIZE=20480 CCMLOGMAXHISTORY=3 CCMLOGMAXSIZE=10485760
I did allow to install the application via TS too
The Reference Image was successfully created, but NO APLLICATION is installed
still no application installed.
And I have an step in my TS and added there the driver for LAN
on smsts.log I see the following errors:
- appState: DownloadFailed
- NotifyProgress received: 24 (Application download failed )
- Install application action failed: 'FireFox'. Error Code 0x80004005
- Failed to find property 'AutoApplyDeployment' in 'CCM_ApplicationManagementClientConfig' class definition. Error 0x80041002. Default value will be used for this property
Any Idea?
Regards
Nick