Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterupfold/zabbixagent2winlowprivinstaller

Install script for Zabbix Agent 2 for Windows to use NT AUTHORITY\LocalService instead of SYSTEM
https://github.com/peterupfold/zabbixagent2winlowprivinstaller

Last synced: 20 days ago
JSON representation

Install script for Zabbix Agent 2 for Windows to use NT AUTHORITY\LocalService instead of SYSTEM

Awesome Lists containing this project

README

        

# Zabbix Agent 2 for Windows Low-Privileged Installer Script

An entirely unsupported, use at your own risk custom installation script
for the Windows Zabbix Agent 2, which reconfigures the service to run with
[NT AUTHORITY\LocalService "minimum privileged account"](https://learn.microsoft.com/en-us/windows/win32/services/localservice-account) and which follows [Zabbix best practices](https://www.zabbix.com/documentation/current/en/manual/installation/requirements/best_practices).

This works on PowerShell 5, but not on PowerShell 6/7, due to reduced functionality in `Get-WmiObject`. This probably needs migration to `Get-CimObject` for `pwsh` support.