PowerShell Tips – NULL

This time we will take a look at how PowerShell can handle a nonexistent variable, the so called NULL value. Developers know this concept well, so here we will look at PowerShell’s approach to it. In a best case scenario, not handling or wrongly handling NULL values will cause the script to stop unexpectedly. Read the rest