Apps/Get-KomodoLabsNEWTPro.ps1
$Version = (Invoke-WebRequest 'https://www.komodolabs.com/product-downloads' -DisableKeepAlive -UseBasicParsing).Content | Get-Version -Pattern 'NEWT Professional v((?:\d+\.)+\d+)' $URL32 = Get-Link -Uri 'https://www.komodolabs.com/product-downloads' -MatchProperty href -Pattern 'newtpro\.exe$' | Set-UriPrefix -Prefix 'https://www.komodolabs.com' New-NevergreenApp -Version $Version -Uri $URL32 -Architecture 'x86' |