- 1What is PowerShell?Introduction to PowerShell — cmdlets, the pipeline, and Get-Help.
- 2Variables and Data TypesIntroduction to PowerShell variables, types, and type casting.
- 3Strings, Arrays, and HashtablesWorking with strings, arrays, and hashtable collections.
- 4Operators and ComparisonsComparison, logical, and arithmetic operators.
- 5Control FlowIf/else, switch, foreach, and while loops.
- 6Functions and ParametersWriting reusable functions with parameters.
- 7Error HandlingTry/catch and ErrorActionPreference.
- 8Working with FilesReading and writing CSV, JSON, and text files.
- 9ModulesInstalling and importing PowerShell modules.