---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - de-DE

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Account-Befehle für LocalService, LocalSystem und GMSA während WindowsInstallation

# Account-Befehle für LocalService, LocalSystem und GMSA während WindowsInstallation {#ariaid-title1}

* Freigeben Version: Yokohama
* 
* Aktualisiert 30. Januar 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Bei der Installation eines Agenten auf einem WindowsHost mit einem LocalService-, LocalSystem- oder GMSA-Account müssen Sie MSI-Befehle ausführen, um die Accounts zu aktivieren.
{#gmsa-and-local-account-commands__table_trf_slc_3cc__entry__2}

| Kontotyp | Befehl |
|-|-|
| Lokales 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="SYSTEM" |
| Lokaler Service | 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$" |
[Tabelle : 1. Account-Typbefehle]

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

