This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
v2.1.0.69
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 ofInvoke-WebRequest
overStart-BitsTransfer
even on Windows PowerShell - Update
Save-WebRequest
to use private functionTest-PSCore
to test whether module is running under PowerShell Core and to useInvoke-WebRequest
overStart-BitsTransfer
Private Functions
- Added private functions
Get-KbUpdateArray
,Get-RxString
,Get-UpdateCatalogLink
,Get-UpdateCatalogLink
,Get-UpdateDownloadArray
,Get-UpdateFeed
to optimise shared code acrossGet-LastestFlash
andGet-LatestUpdate
public functions.
Tests
- Update Public and Private function Pester tests