pdqcom / PowerShell-Scanners

A community repository of PowerShell Scanners for PDQ Inventory.
MIT License
182 stars 74 forks source link

Get Available Windows Updates - Simplify converting Size to an integer #80

Closed ColbyBouma closed 3 years ago

ColbyBouma commented 3 years ago

This is simpler and safer than Invoke-Expression, and if $_.Size is null it just returns 0, so no special handling is needed.

I love finding weird PowerShell tricks like "just divide that string by 1" 🤣