This module dives into credentials, parsing data and working with objects.
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:10 Storing credentials
03:08 Storing an encrypted version
05:43 Using Azure Key Vault
13:02 Certificate authentication
13:57 Variable types
14:25 Casting
18:03 Fun with strings
23:35 Variable scope
27:28 Variables with Invoke-Command
29:23 Using $using
30:23 Hash tables
32:38 Using PSObject
36:15 Foreach-Object
39:56 ForEach and ForEach-Object
43:27 Getting property values
45:53 Coming up next