Ternary statements can be very useful but difficult to read. Many blue moons ago, I used to write a lot of Java, which has a ternary statement just like C: x = (condition) ? 1 : 0; It is a short and concise way to have a condition if it is a matter of setting … Continue reading PowerShell Ternary Statement
PowerShell Ternary Statement
