Releases: lordmilko/PrtgAPI
Releases · lordmilko/PrtgAPI
PrtgAPI 0.6.1
PrtgAPI is now on NuGet! Install in either Visual Studio or PowerShell with
Install-Package PrtgAPI
PrtgAPI 0.6.1.0
Improvements
- Remove unnecessary functions from
PrtgAPI.psm1
Bugfixes
- Fixed a bug wherein unit tests would fail when root solution folder not named "PrtgAPI"
PrtgAPI 0.6.0.15
Improvements
RetryCount
andRetryDelay
are now displayed inGet-PrtgClient
PowerShell outputRetryCount
andRetryDelay
now default to 0
Bugfixes
- Fixed a bug wherein cmdlets did not check a retry event handler had been added before attempting to remove one
- PrtgAPI now throws a
PrtgRequestException
if the retrieved PassHash is not valid.
PrtgAPI 0.6.0.14
Bugfixes
- Fixed a bug wherein
SearchFilter
objects piped toGet-Sensor
,Get-Device
,Get-Group
orGet-Probe
weren't processed properly