Single quotes, not double
Sunday, March 23rd, 2008 by Don Jones
Use 'single quotation marks' around string literals unless you explicitly need variable expansion. In PowerShell, single quotes are not expanded into variables: $var = 'Hello'…   More »










