Boolean Values and Operators
Posted by jpluimers on 2019/09/26
TL;DR from [WayBack] Automating the world one-liner at a time… Boolean Values and Operators:
In PowerShell use the built-in constants $false and $true, as strings will be converted to booleans with results you don’t like
–jeroen






Leave a comment