Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterupfold/zabbixagent2winlowprivinstaller
- Owner: PeterUpfold
- License: gpl-2.0
- Created: 2024-02-15T21:46:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T22:22:37.000Z (11 months ago)
- Last Synced: 2024-11-08T09:51:04.441Z (2 months ago)
- Language: PowerShell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.