July 2018
Beginner
552 pages
13h 18m
English
In this part of the chapter, we will take a look at the language constructs of PowerShell, to control the flow of the scripts. We will make use of operators and conditions, but will also look at different types of loops. You have to learn these constructs wisely and be aware of all of these upcoming keywords. Everything in this topic comprises a basic tool set to create powerful and efficient scripts, which will save you a lot of time. This is why you are actually learning PowerShell.
Because PowerShell works with the underlying .NET Framework, you will recognize that it has nearly the same complete feature set as, for example, the .NET-based programming language C#. In fact, you can always make use of any ...
Read now
Unlock full access