Further reading
There is a lot of reading for this chapter because we’ve only really brushed the surface of the subject. We really should read the help topics associated with what we’ve been doing in this chapter, and some of the official PowerShell language documentation:
about_Variables
: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_variablesabout_Automatic_Variables
: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variablesabout_Preference_Variables
: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variablesabout_Objects
: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_objects- PowerShell types: https://docs.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04
- PowerShell Variables: https://docs.microsoft.com/en-us/powershell/scripting/lang-spec...