Background This morning I ran into a PowerShell problem that was a little harder than I will like to admit. It had to do with a string that contains special characters. Script Code Output Explanation Here is how our variable ( $myName ) is treated Double Quotes - Un-escaped Our variable ( … Continue reading PowerShell:- Single Quotes Versus Double Quotes – Day 01