A set of PowerShell tools to interact with the Zabbix API.
Install from PSGallery
PS> Install-Module -Name PoshZabbixTools
Connect to the Zabbix server using the Connect-ZabbixServer command
PS> Connect-ZabbixServer -Server 'ServerName' -Secure -Credential (Get-Credential)
Get a list of available commands
PS> Get-Command -Module PoshZabbixTools
- Full documentation is available in ReadTheDocs format.
- Github - Trent Willingham
Thanks go to:
- Simon Morand started this idea with his zabbixPoshAPI.