Expanding Strings And Environment Variables in PowerShell
In PowerShell , when you enclose a string that contains variables (preceded by a dollar sign) in double quotation marks, the variables are replaced with the variable's value. For example: PS > $i = 5 PS > "The value of $i is ... המשך לקרוא>
ScriptFanatic , 01-02-2011 12:00
Page 1 of 1 (1 items)