December 2016
Beginner to intermediate
384 pages
10h 44m
English
We’ve already mentioned that PowerShell contains a scripting language, and in a few more chapters we’ll start to play with it. But once you start scripting, you tend to need variables, so we’ll get those out of the way in this chapter. You can use variables in a lot of places other than long, complex scripts, so we’ll also use this chapter to show you some practical ways to use them.
A simple way to think of a variable is as a box in the computer’s memory that has a name. You can put whatever you want into the box: a single computer name, a collection of services, an XML document, and so on. You access the box by using its name, and when accessing it, you can put ...
Read now
Unlock full access