The introduction to scripting module in the PowerShell Master Class which introduces scripting basics.
This is a multi-part class that should be viewed as part of its playlist, https://www.youtube.com/playlist?list=PLlVtbbG169nFq_hR7FcMYg32xsSAObuq8
Materials for the class available at https://github.com/johnthebrit/PowerShellMC
00:00 Introduction
00:23 Regions
02:02 Signed scripts
04:42 First script
08:47 Execute script
09:34 Write-Out vs Write-Host
16:43 ' and " difference
18:38 Prompting the user
20:15 Script with input
24:12 Script with mandatory input
27:39 Script with different output
32:25 Coming up next