Getting Started with PowerShell Scripting
This course will teach you what is needed to write PowerShell scripts, and then you will write your first script.
What you'll learn
In this course, Getting Started with PowerShell Scripting, you’ll learn to write PowerShell Scripts. First, you’ll explore how to manage data and script inputs such as parameters. Next, you’ll discover how to manage errors and issues within a PowerShell function. Finally, you’ll learn how to how to combine this together and write a repeatable script. When you’re finished with this course, you’ll have the skills and knowledge of writing PowerShell scripts needed to execute repeatable tasks and create reusable scripts.
Table of contents
- Agenda 0m
- What are IF/ELSE Statements? 18m
- DEMO: Review and Implement IF/ELSE Statements 17m
- Using the DO-WHILE and DO-UNTIL Looping 8m
- DEMO: Review and Implement DO-WHILE and DO-UNTIL Loops 4m
- Understanding SWITCH Statements 5m
- DEMO: Review and Implement Switch Statements 6m
- Using ForEach Enumerators 3m
- DEMO: Review and Implement the ForEach Loop 5m
- Managing the Flow within PowerShell 1m
- Summary 1m
- Agenda 0m
- Converting and Formatting Data Values 11m
- DEMO: Converting and Formatting Values 7m
- Manipulating String Data 11m
- DEMO: Manipulating String Data 11m
- Working with Custom Object Data 13m
- DEMO: Creating Custom Data Objects 15m
- Loading and Iterating XML and JSON 8m
- DEMO: Loading and Iterating XML and JSON Data 10m
- Summary 1m
- Agenda 0m
- Steps to Creating PowerShell Scripts 4m
- Understanding Script Signing 4m
- DEMO: Digitally Sign a PowerShell Script 10m
- Execute Scripts within the PowerShell Console 2m
- DEMO: Executing Scripts in different Editors 10m
- Creating Functions 10m
- DEMO: Creating Functions 13m
- Tip and Tricks for Creating Scripts 2m
- Summary 1m