Summary
In this chapter, you learned the usage of the cmdlet syntax in Windows PowerShell and the help system. We also covered variables and arrays used to store data. This data can then be exported and filtered in a lot of different ways by the use of operators, pipelines, and loops. Finally, the use of If
statement is reviewed, which can be used to run a block of code based on a conditional test. These basics will be used throughout the rest of this book in examples and scripts.
In the next chapter, we are going to look at ways to manage recipients in an Exchange organization.