Multiple clients showing as NOT INSTALLED in SCCM

  • Multiple clients showing as NOT INSTALLED in SCCM

    Posted by Roddy Gelberty on 28 September 2020 at 1:15 pm

    After updating my Operating System image recently most of the newly built devices are showing with a “NOT INSTALLED” status. Any ideas?

    • I’ve already done the following.
    • Reinstalled the SCCM client.
    • Checked the boundaries.
    • Tried the old Windows Image and it works well.

    Appreciate your help.

    Roddy Gelberty replied 4 years, 4 months ago 2 Members · 2 Replies
  • 2 Replies
  • 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
    
  • Roddy Gelberty

    Member
    30 September 2020 at 12:01 pm

    Miracle worker. That script worked perfectly. Creating a Group Policy start-up script to run the script on affected computers.
    As always you folks at OSD365 are super helpful.

Log in to reply.