Skip to content

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

License

Notifications You must be signed in to change notification settings

twillin912/PSZabbixTools

Repository files navigation

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.

Links

License

BSD-3

Notes

Thanks go to:

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published