> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/active-directory/sccm/auto-approval.md).

# 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>
