Recently I had an issue with a PXE service point which was always coming back in the component status with status critical. The component was already removed from the Site Systems and also from the registry but It didn’t want to go away from the Component Status.
Image may be NSFW.
Clik here to view.
Firstly I tried to remove it by deleting the failed status records via an SQL query described in the following blog: http://oleskovgaard.blogspot.be/2011/10/eliminated-distribution-points-still.html
But it kept coming back after a while.
The solution here is to modify the record in the Summarizer_SiteSystem table.
- Open the SQL Server Management Studio
- Open the SCCM Database
- Open the Tables
- Right click on the table dbo.Summarizer_SiteSystem & select open table.
- Change the Replicate value to -1 for the failing PXE Site System by right clicking the row.
- Close the SQL Server Management Studio and wait for one hour. The failed PXE Service point will be disappeared from the Component Status.
Image may be NSFW.
Clik here to view.
Please note that this is not supported by Microsoft and make sure that you have a proper backup before modifying the SQL Database.
Image may be NSFW.
Clik here to view.

Clik here to view.
