# Enumerate SCCM

System Center Configuration Manager (SCCM) or also called MECM nowadays is a managament infrastructure for inventor/endpoint management. As it contains a lot of different server or applications enumerating and mapping them isn't easy.

This module implements the LDAP enumeration part of the [Misconfiguration-Manager](https://github.com/subat0mik/Misconfiguration-Manager) ([RECON-1](https://github.com/subat0mik/Misconfiguration-Manager/blob/main/attack-techniques/RECON/RECON-1/recon-1_description.md)) to assist with initial discovery of SCCM entities in the AD environment. It will find SCCM Site-Servers, SCCM Sites, SCCM Management Points and Users, Computers or Groups related to SCCM.

```bash
nxc ldap 192.168.33.10 -u alice -p whiteRabbit -M sccm -o REC_RESOLVE=TRUE
```

<figure><img src="/files/TsV6f7wTORY3POqKCE4P" alt=""><figcaption><p>Enumerate SCCM environments in Active Directory using LDAP and the SCCM module</p></figcaption></figure>

{% content-ref url="/pages/QsePx8i6giajfjp4WW1k" %}
[Dump SCCM](/smb-protocol/obtaining-credentials/dump-sccm.md)
{% endcontent-ref %}

{% embed url="<https://github.com/subat0mik/Misconfiguration-Manager>" %}

{% embed url="<https://github.com/garrettfoster13/sccmhunter>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.netexec.wiki/ldap-protocol/enumerate-sccm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
