In this chapter, you will be introduced to keywords in PowerShell. These keywords can perform data manipulation, which is a crucial part of any scripting or automation operation.
In the next chapter, you will use the knowledge you have gathered in this book to create some practical production scripts using the cheat codes shared in this book.
Split
The split keyword can be used to extract data out of a string. Say there is an email address inside a string and you want to get it, or you want to extract some useful information ...