PowerShell – Automatic Variables – $TRUE, $FALSE and $null
We have discussed a few automatic variables in our previous Article “PowerShell – Automatic Variables – $$, $^, $? and $_“. In this article, we will discuss a few more automatic variables. The $TRUE and $FALSE automatic variables These variables represent the values True and False respectively. When you compare the result of the conditional expression […]