Simple variable
suggest changeAll variables in powershell begin with a US dollar sign ($). The simplest example of this is:
$foo = "bar"
This statement allocates a variable called foo with a string value of “bar”.
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents