
How to pass Null to a Boolean Parameter in Powershell
Today, I had an interesting discovery in a PowerShell DSC project. The issue that I faced centered on an optional parameter that I had cast as Boolean. I want to make sure that the only valid options are $True or $False as these are the only valid values. Everything worked perfectly until I realized that […]