Skip to content

Releases: netricsag/PowerAMT

Release v1.3.1

19 Oct 08:48
4c214bd
Compare
Choose a tag to compare

What changed

  • Fixed an issue which was caused by converting from securestring on powershell versions 5.x and lower

Release v1.3.0

19 Oct 07:18
820af26
Compare
Choose a tag to compare

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

03 Jul 13:08
b845248
Compare
Choose a tag to compare

What changed

  • Change the invoke-webrequests to include the "-UseBasicParsing" parameter

Release v1.2.1

04 Jan 09:32
af68da6
Compare
Choose a tag to compare

What changed

  • Add default timeout of 5 seconds to all Invoke-RestMethod calls

Full Changelog: 1.2...1.2.1

Release v1.2

12 Oct 11:49
d8f0ca5
Compare
Choose a tag to compare

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

06 Oct 13:46
4f7455f
Compare
Choose a tag to compare

What Changed

  • Fix a typo in the URL

Todo:

  • Improve testing

Release v1.1.4.2

06 Oct 13:39
efb842b
Compare
Choose a tag to compare

What changed

  • fix URL Encoding for Get-AMTDevice with Limit parameter

Release v1.1.4.1

06 Oct 13:21
cfab43d
Compare
Choose a tag to compare

What Changed

  • Fixed a bug where the new "-Limit" parameter did not work

Release v1.1.4

06 Oct 12:59
743634d
Compare
Choose a tag to compare

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

18 Aug 11:02
ddd78e3
Compare
Choose a tag to compare

What changed

  • Removed a hardcoded IP from Set-AMTDevice function