Releases: netricsag/PowerAMT
Releases · netricsag/PowerAMT
Release v1.3.1
What changed
- Fixed an issue which was caused by converting from securestring on powershell versions 5.x and lower
Release v1.3.0
What changed
- Connect-AMTManagement -Password now expects a securestring
- Added the parameter -TimeoutSec to all cmdlets to set a custom timeout for the REST request #7
Release v1.2.2
What changed
- Change the invoke-webrequests to include the "-UseBasicParsing" parameter
Release v1.2.1
What changed
- Add default timeout of 5 seconds to all Invoke-RestMethod calls
Full Changelog: 1.2...1.2.1
Release v1.2
What's Changed
- add skipcertcheck to all restmethods on PS Versions > 5 by @michaelmumenthaler in #5
- fix missing cmdlet export
Full Changelog: 1.1.4.3...1.2
Release v1.1.4.3
What Changed
- Fix a typo in the URL
Todo:
- Improve testing
Release v1.1.4.2
What changed
- fix URL Encoding for Get-AMTDevice with Limit parameter
Release v1.1.4.1
What Changed
- Fixed a bug where the new "-Limit" parameter did not work
Release v1.1.4
What changed
- Add a new "-Limit" parameter to Get-AMTDevice to Limit the amount of devices which will be returned (if -Limit is unset it will return the top 1000 devices).
Release v1.1.3.1
What changed
- Removed a hardcoded IP from Set-AMTDevice function