SMS 2003 MP and SLP test query strings
Methods to test MP and SLP functionality through the browser.
https://sms2003/sms_mp/.sms_aut?MPLIST
Seemingly blank page; view source:
<?xml version="1.0" ?>
<MPList>
<MP Name="SMS2003" FQDN="SMS2003.contoso.local"/>
</MPList>
https://sms2003/sms_mp/.sms_aut?MPCERT
Returns a long hex string; view source:
<?xml version="1.0" ?>
<MPCertificate>
<Certificate> ...longhex... </Certificate>
</MPCertificate>
https://sms2003/sms_mp/.sms_aut?MPKEYINFORMATION
Returns a long hex string; view source:
<?xml version="1.0" ?>
<MPKEYINFORMATION>
<TRUSTEDROOTKEY Signature="...longhex..."> ...longhex... </TRUSTEDROOTKEY>
<MPCERTIFICATE Signature="...longhex..."> ...longhex... </MPCERTIFICATE>
<MACHINENAME> SMS2003 </MACHINENAME>
<FQDN> SMS2003.contoso.local </FQDN>
</MPKEYINFORMATION>
https://sms2003/sms_slp/slp.dll?site&ad=Default-First-Site-Name
Returns:
<?xml version '1.0' ?>
<SiteAssignment> <Site Sitecode='P01'> </Site>
</SiteAssignment>
or, simply:
No Results
The following query variables can be used against slp.dll, but I haven't fully figured it out yet.
ip ad ir sv
and
CAP SITE MP
Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified in the Terms of Use .