Zabbix tools.
Install from PSGallery
PS> Install-Module -Name ZabbixTools
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 ZabbixTools
- Full documentation is available in ReadTheDocs format.
- Github - Trent Willingham
Thanks go to:
- Simon Morand started this idea with his zabbixPoshAPI.