Closed ColbyBouma closed 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.
$_.Size
I love finding weird PowerShell tricks like "just divide that string by 1" 🤣
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" 🤣