Jan 22 2024 01:55 PM
Hi All,
Can anyone tell me how to remove my decommissioned MP from my MPList when running:
http://mp/sms_mp/.sms_aut?mplist
It still returns my old MP that was decommissioned weeks ago. I think this may have something to do with my clients not staying connected and active in the SCCM admin console.
<MPList>
<MP Name="US-SCCM.mycompany.COM" FQDN="US-SCCM.mycompany.com">
<Version>9106</Version>
<Capabilities SchemaVersion="1.0">
<Property Name="SSLState" Value="0"/>
</Capabilities>
</MP>
<MP Name="US-SCCM2.mycompany.COM" FQDN="us-sccm2.mycompany.com">
<Version>9106</Version>
<Capabilities SchemaVersion="1.0">
<Property Name="SSLState" Value="0"/>
</Capabilities>
</MP>
</MPList>
Many thanks in advance!
AJ
Jan 22 2024 03:02 PM
Jan 22 2024 03:23 PM
Jan 23 2024 05:31 AM
@ajhawkes You should have left he server up and running while you removed all the roles from ConfigMgr. This way it would have cleanly removed everything.
Jan 23 2024 09:02 AM
@Garth-MVP thank you for that info, I will do that next time...I am planning on making another site server to keep in passive mode going forward.
Any suggestions on removing that old MP from the MP list on http://mp/sms_mp/.sms_aut?mplist, or where that data is stored or retrieved from?
Jan 24 2024 05:08 AM