Regedit32
Moderator
- Joined
- Mar 4, 2016
- Messages
- 3,609
- Reaction score
- 1,140
Regedit32 submitted a new article:
Windows PowerShell Tutorial 3 - Variables: What is a Variable? How to create a Variable. How to use a Variable.
Read more about this article...
Windows PowerShell Tutorial 3 - Variables: What is a Variable? How to create a Variable. How to use a Variable.
Just as in any coding language, PowerShell makes use of Variables.
Generally, Variables are created by the Programmer, but again, as in other popular Programming Languages there are some reserved Variable names that all ready exist which a User cannot use for anything other that its hard coded purpose. More on that later.
What is a Variable?
Variables in essence is a label assigned by the...
Read more about this article...