Reply To: Multiple clients showing as NOT INSTALLED in SCCM

  • Roddy Gelberty

    Member
    28 September 2020 at 1:48 pm

    Try this. Let me know if it works.

    stop-service ccmexec -Confirm:$true -Force
    Move-Item -Path "$($env:SystemDrive)\windows\smsconf.ini" -Destination  "$($env:SystemDrive)\windows\smsconf.ini.old"
    get-childitem cert:/localmachine/sms -ErrorAction SilentlyContinue| remove-item -Force -Confirm:$true
    start-service ccmexec -Confirm:$true
    

DCOM hardening issue.

This application fails to authenticate with WMI on the SCCM server because Microsoft has not yet hardened DCOM on their Windows Preinstallation Environment. We are working on a different approach, but it will only be released during the first quarter of 2024. But until that time, the only workaround will be to uninstall the update corresponding to KB5004442.