Changelog since 1.3.1
- Added
Type
property to package objects. Package type may be one of "Application", "Driver", "Bios" or "Firmware". Some packages do not have type information, in that case it will be$null
- Process the SeverityOverride of packages if present for more accurate severity classification. It's still not the same as System Update, but it's a work in progress to get there
- Add
-NoTestSeverityOverride
parameter toGet-LSUpdate
to allow skipping the new SeverityOverride tests - Allow 5-character long values for
Get-LSUpdate -Model
parameter [#38] - Fix
_FileExists
tests always failing and update_Driver
test - both should lead to more accurate IsApplicable and IsInstalled results