Comandos de conta para LocalService, LocalSystem e gMSA durante Windowsinstalação

  • Versão de lançamento: Yokohama
  • Atualizado 30 de jan. de 2025
  • 1 min. de leitura
  • Ao instalar um agente em um WindowsUsando uma conta LocalService, LocalSystem ou gMSA, você deve executar comandos msi para habilitar as contas.

    Tabela 1. Comandos de tipo de conta
    Tipo de conta Comando
    LocalSystem
    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"
    LocalService
    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$"