Skip to content

jayyx2/WhatsUpGoldPS

Repository files navigation

WhatsUpGoldPS

Description

WhatsUpGoldPS, the new PowerShell module, simplifies tasks like updating maintenance settings, creating devices and gathering report data. With this module, you can use automation to save time with the WhatsUp Gold REST API, which is included in every license — even Free Edition. We welcome your contributions to help achieve full parity with the extensive API functionality. I look forward to continuing to add value to WhatsUp Gold together with customers and partners.

Support

This module comes with no warranty or support from anyone, and is offered as-is.

Examples

Installing

The easiest way to get WhatsUpGoldPS is using the PowerShell Gallery!

Inspecting the module

Best practice is that you inspect modules prior to installing them. You can do this by saving the module to a local path:

PS> Save-Module -Name WhatsUpGoldPS -Path <path>

Installing the module

Once you trust a module, you can install it using:

PS> Install-Module -Name WhatsUpGoldPS

Updating WhatsUpGoldPS

Once installed from the PowerShell Gallery, you can update it using:

PS> Update-Module -Name WhatsUpGoldPS

Uninstalling WhatsUpGoldPS

To uninstall WhatsUpGoldPS:

PS> Uninstall-Module -Name WhatsUpGoldPS

Contributing to WhatsUpGoldPS

Interested in contributing? Read how you can contribute to WhatsUpGoldPS This project maintains a code of conduct that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to jason@wug.ninja.

Release History

A detailed release history is contained in the Change Log.

License

WhatsUpGoldPS is provided under the Apache License 2.0.