Simple variable

suggest change

All 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”.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents