Arrays are one of the most widely used data structures - possibly due to the speed at which data can be read from them.
In this video I'll show you the following:
How to create an array
How to update items in the array
How to retrieve items from the array
And finally, how to add (!) items to the array in PowerShell
While the last one might be controversial, it does a good job when you have less than thousands of objects.
The next video will be about another data structure, which will allow you to add items without performance hit - follow me to don't miss out!
Do you create arrays yourself and add items to them, or do you rely more on the pipeline approach?
Find more PowerShell content at https://kamilpro.com/ebook
#powershell #automation #devops