GitHunt
HA

HashGambit97/PSZabbixTools

A set of PowerShell tools to interact with the Zabbix API.

ZabbixTools PowerShell Module

Build status
Documentation Status

Zabbix tools.

Installation

Install from PSGallery

PS> Install-Module -Name ZabbixTools

Getting Started

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

Documentation

  • Full documentation is available in ReadTheDocs format.

License

BSD-3

Notes

Thanks go to:

Languages

PowerShell100.0%

Contributors

BSD 3-Clause "New" or "Revised" License
Created November 10, 2016
Updated January 18, 2025
HashGambit97/PSZabbixTools | GitHunt