PowerShell Array and ArrayList - storing multiple items as a one variable

Array is a basic data structure that allows to store multiple items in one variable. In this short video, I’ll show you how to create a basic array, populate it with items, how to add, access and modify items within array. In addition, I’ll present to you how to use ArrayList - which is much more flexible array, especially for adding more items. # Link to the video: https://youtu.be/rvGd8kxXlVc # What is an array and why do I need it?...

23 August 2021 · 3 min · 546 words · Kamil