MDT Task Sequence Integration with ConfigMgr 2403 caused the console to crash
Hello SCCM Administrators,
Recently, I faced an issue after upgrading the ConfigMgr server to the latest version 2403: MDT (Create MDT task sequence and MDT boot images), which caused the ConfigMgr console to crash.
Microsoft mentioned in the What's new in the new version article
HTTP-only communication is deprecated, and support is removed from this version of Configuration Manager. Enable HTTPS or Enhanced HTTP for client communication.
https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/changes/whats-new-in-version-2403#https-or-enhanced-http-should-be-enabled-for-client-communication-from-this-version-of-configuration-manager
All ConfigMgr-related XML files contain references to Microsoft namespaces that are HTTP endpoints; once you change to HTTPS, the plugin will work properly, and the ConfigMgr console will no longer crash.
Navigate to C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\XmlStorage\Extensions\Forms
Modify the following files:
- Microsoft.BDD.SCCM_CreateBootImage.xml Microsoft.BDD.SCCM_ImportTaskSequence.xml
You can modify the Dell Command Suite and HP MIK as well.