TechLoic
Member
- Messages
- 13
- Reaction score
- 0
- Points
- 1
Hello,
Could you please help me with an issue I'm encountering with my reimaging Task Sequence. The idea is to be able to reinstall Windows 11 (after a format in WinPE) from within Windows 11 itself, more specifically from Software Center. So far the process seems to work, except for one critical part: I can't install any applications. The install process hangs at the beginning (something like "Initializing Microsoft Configuration Manager client") and then seems to time out and skip the installation step.
A bit of context: my environment is HTTPS-only (PKI), and I force the installation of a PKI certificate (via a PowerShell script) right after the "Setup Windows and ConfigMgr" step.
A few additional observations from the logs:
Thanks in advance for your help.
Could you please help me with an issue I'm encountering with my reimaging Task Sequence. The idea is to be able to reinstall Windows 11 (after a format in WinPE) from within Windows 11 itself, more specifically from Software Center. So far the process seems to work, except for one critical part: I can't install any applications. The install process hangs at the beginning (something like "Initializing Microsoft Configuration Manager client") and then seems to time out and skip the installation step.
A bit of context: my environment is HTTPS-only (PKI), and I force the installation of a PKI certificate (via a PowerShell script) right after the "Setup Windows and ConfigMgr" step.
A few additional observations from the logs:
- Looking at the logs, it seems that during the install the client can't connect to the MP (HTTP error 403), which is somewhat expected since the PKI step happens afterward in the sequence.
- Even when the PKI certificate is installed and the PC reboots while still within the TS, the MCM client never becomes functional. However, once the TS finishes and after some time passes, the client eventually becomes functional on its own. Otherwise, I need to run a ccmrepair after the TS ends if I want the MCM client to become functional quickly.
Thanks in advance for your help.