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

Опубликовано: 30 Июль 2026
на канале: Kamil Pro
2,555
73

✅ Learn PowerShell: https://kamilpro.com/pwsh1
✅ Learn PowerShell Scripting: https://kamilpro.com/pwsh2
✅ Learn CI/CD With PowerShell and GitHub Actions: https://kamilpro.com/pwsh3

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 script: https://github.com/thekamilpro/About-...

0:00 Intro
0:30 What is an array
1:00 How to create an array
2:33 Accessing items
4:45 Objects in Arrays
7:49 Looping
10:29 Update items in array
11:35 Operators
12:37 Adding items to array
14:25 ArrayList
15:45 Summary

◼️◼️◼️
🐤 Twitter:   / thekamilpro  
📜 LinkedIn: www.linkedin.com/in/kamilpro
🌎 Website: https://kamilpro.com
💻 GitHub: https://github.com/thekamilpro