Commandes de compte pour LocalService, LocalSystem et gMSA pendant l’installation Windows

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Lors de l’installation d’un agent sur un hôte à l’aide d’un Windows compte LocalService, LocalSystem ou gMSA, vous devez exécuter des commandes msi pour activer les comptes.

    Tableau 1. Commandes de type de compte
    Type de compte Commande
    Système local
    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"
    Service local
    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"
    MSA de groupe
    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$"