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.
This module comes with no warranty or support from anyone, and is offered as-is.
- Clone a device - Use another device as a template to create a new device
- Create a new device
- Enable or disable maintenance mode
- Make a custom report to display your data anywhere
- Set device properties
- Set device attributes
- Set group membership
- Trigger events
The easiest way to get WhatsUpGoldPS is using the PowerShell Gallery!
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>
Once you trust a module, you can install it using:
PS> Install-Module -Name WhatsUpGoldPS
Once installed from the PowerShell Gallery, you can update it using:
PS> Update-Module -Name WhatsUpGoldPS
To uninstall WhatsUpGoldPS:
PS> Uninstall-Module -Name 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.
A detailed release history is contained in the Change Log.
WhatsUpGoldPS is provided under the Apache License 2.0.