PoshWUG

0.4.2

Module to work with Progress WhatsUp Gold 2022

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoshWUG

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PoshWUG

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2023 Zack Moss. All rights reserved.

Package Details

Author(s)

  • Zack Moss

Functions

Get-WUGToken Request-WUGRefreshToken Write-Log Get-WUGDevice Get-WUGDeviceGroupAssignment Get-WUGDeviceAttribute Add-WUGActiveMonitorToDevice Add-WUGMonitoredDevice Update-WUGDeviceProperty Get-WUGDeviceRole Add-WUGDeviceGroup Invoke-WUGDeviceMaintenanceMode Get-WUGDeviceGroupsSummary Get-WUGDeviceGroup Invoke-WUGDeviceGroupRefresh Add-WUGMonitor Get-WUGMonitor Get-WUGDeviceGroupUptime

Dependencies

This module has no dependencies.

Release Notes


           Version 0.1
           - First release!

           Version 0.2
           - Added code regions
           - Removed core dependency with logging

           Version 0.3
           - Added Write-Log function
           - Fixed -NoTLS parameter for all functions to scale
           - Added Dev region to code for code in progress

           Version 0.4
           - Added connection properties to token function
           - Removed no TLS. The module has to be used with https enabled on the API
           - Added refresh token function to handle getting updated tokens properly

           Version 0.4.1
           - Fixed module manifest

           Version 0.4.2
           - Added ability to handle self signed certs
           - Misc renames and fixes for standardization
           

FileList

Version History

Version Downloads Last updated
0.4.2 (current version) 11 9/5/2024
0.4.1 17 8/18/2023
0.4 5 8/17/2023
0.3 16 3/3/2023
0.2 7 3/2/2023
0.1 7 3/1/2023
Show more