001 Enabling Scripts on Your Machine. Setting Execution Policy
002 Using Variables. Part 1
003 Using Set-Variable cmdlet and Related Cmdlets
004 Using the read-host Cmdlet
005 Using the write-host Cmdlet
006 Using Operators. Part 1
007 Using Operators. Part 2. The Assignment Operators
008 Using Operators. Part 4 Logical and Unary Operators
009 Parameterizing Changing Values
010 Write-Verbose and Comment Based Help
011 Lab 1. Moving from Command to Script
012 Lab1 Answers Moving from Command to Script
013 Wrapping a Script in a Function
014 Demonstration Testing the Function. Uderstanding Scopes
015 Creating a Script Module
016 Adding Debugging Breakpoints
017 Lab B Tasks Moving from Script to Function to Module
018 Lab B Solution Moving from Script to Function to Module
019 Understanding Error Actions
020 Try Catch Constructs
021 Logging Errors
022 Demo Error Actions, Using Try Catch, Adding Error Logging
023 Lab C Tasks Implementing Basic Error Handling
024 Lab C Solution Implementing Basic Error Handling
025 Lab C Review
026 Lesson 4 Using Basic Scripting Constructs
027 The If Construct
028 The Switch Construct
029 The ForEach Construct
030 Demo The If Construct, The ForEach Construct