PowerShell Scripting Fundamentals
Now that you have learned how to get started with PowerShell, let’s have a closer look at PowerShell scripting fundamentals to refresh our knowledge.
We will start with the basics, such as working with variables, operators, and control structures. Then, we will dive deeper, putting the big picture together when it comes to cmdlets, functions, and even modules.
After working through this chapter, you should be able to create your very own scripts and even know how to create your own modules.
In this chapter, we are going to cover the following topics:
- Variables
- Operators
- Control structures
- Naming conventions
- Cmdlets
- Functions
- Aliases
- Modules