Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

v2.1.0.69

Compare
Choose a tag to compare
@aaronparker aaronparker released this 05 Jan 07:39
· 250 commits to master since this release

Public Functions

  • Added Get-LastestFlash public function to return the latest Adobe Flash Player updates for Windows 10, Windows Server 2016 / 2019 etc.
  • Update module version to 2.1
  • Add -ForceWebRequest parameter to Save-LatestUpdate to enable force usage of Invoke-WebRequest over Start-BitsTransfer even on Windows PowerShell
  • Update Save-WebRequest to use private function Test-PSCore to test whether module is running under PowerShell Core and to use Invoke-WebRequest over Start-BitsTransfer

Private Functions

  • Added private functions Get-KbUpdateArray, Get-RxString, Get-UpdateCatalogLink, Get-UpdateCatalogLink, Get-UpdateDownloadArray, Get-UpdateFeed to optimise shared code across Get-LastestFlash and Get-LatestUpdate public functions.

Tests

  • Update Public and Private function Pester tests