# Auto approval

SCCM 서버에 디바이스를 등록하기 위해서는 관리자의 승인이 요구되지만, auto approval 설정이 되어있는 서버에서는 클라이언트가 요청하는 즉시 디바이스가 등록됩니다.

<figure><img src="/files/zYPSJjaBgTwcGEOHt5Cs" alt=""><figcaption></figcaption></figure>

## Abuse

환경 구성 : [Auto approval](/home-lab/active-directory/auto-approval.md)

<pre><code><strong># SCCM 서버에 새 디바이스 등록
</strong>python3 SCCMSecrets.py policies --management-point http://'&#x3C;sccm-address>' -cn autoapproval
</code></pre>


---

# 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.pentestwiki.com/active-directory/sccm/auto-approval.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.
