Powershell Script with True or False query values
This is a quick post again more as a reminder for me as I got caught out when writing a powershell script the other day. When using TRUE and False boolean values in a script, the correct usage is $True and $False, if you were to use just True it would return the value True… Read More »