---
sourceDocument: 호주 IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/it-operations-management

 Release :

    - australia

ft:locale :

    - ko-KR

ft:publication_title :

    - 호주 IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Windows 설치를 위한 계정 명령

# 설치 중 Windows LocalService, LocalSystem 및 gMSA에 대한 계정 명령 {#ariaid-title1}

* 릴리스 버전: Australia
* 
* 업데이트 날짜 2026년 03월 12일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

LocalService, LocalSystem 또는 gMSA 계정을 사용하여 호스트에 에이전트를 Windows 설치할 때 msi 명령을 실행하여 계정을 활성화해야 합니다.
{#gmsa-and-local-account-commands__table_trf_slc_3cc__entry__2}

| 계정 유형 | 명령 |
|-|-|
| 로컬 시스템 | msiexec /i C:\acc-installer.msi /qn /norestart ACC_API_KEY=<API key code> ACC_MID=<MID Server URL>/ws/events ACC_ALLOW_LIST=False LOCALUSERNAME="SYSTEM" |
| 로컬 서비스 | msiexec /i C:\acc-installer.msi /qn /norestart ACC_API_KEY=<API key code> ACC_MID=<MID Server URL>/ws/events ACC_ALLOW_LIST=False LOCALUSERNAME="LOCALSERVICE" |
| gMSA | msiexec /i C:\acc-installer.msi /qn /norestart ACC_API_KEY=<API key code> ACC_MID=<MID Server URL>/ws/events ACC_ALLOW_LIST=False LOCALUSERNAME="DOMAIN\gMSA$" |
[표 1. 계정 유형 명령]

{#gmsa-and-local-account-commands__table_trf_slc_3cc}

