Further reading
If you want to explore some of the topics that were mentioned in this chapter, check out these resources:
- Everything you want to know about arrays: https://docs.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-arrays
- Everything you want to know about hashtables: https://docs.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-hashtable
- Everything you want to know about $null: https://docs.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-null
- Everything you want to know about PSCustomObject: https://docs.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-pscustomobject
- About functions: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions
- Functions 101: https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/09-functions
- About functions’ advanced parameters: https://docs.microsoft...