Changes

Jump to: navigation, search
Naming a Variable in PowerShell
== Naming a Variable in PowerShell ==
<google>ADSDAQBOX_FLOW</google>
In PowerShell, all variable names must begin the dollar sign ($). In general any string comprising numbers and letters and pre-fixed with a $ can be used as a variable name, with the exception of pre-defined variable names and $_.

Navigation menu