PowerShell Best Practice #1 – Use Single Quotes
I’m going to kick off this series with a no-brainer. In PowerShell, there are 2 ways to quote strings, using single-quotes (‘) or double-quotes (“). This is probably not a surprise to you if you’ve seen PowerShell scripts before. A “best practice” in PowerShell is that you should always default to using single-quotes unless you …
Continue reading ‘PowerShell Best Practice #1 – Use Single Quotes’ »