News

In this article, we're going to discuss how arrays work in PowerShell. Similar to other languages, PowerShell arrays store one or more items. An item can be anything from a string, integer, another ...
Powershell. Using Add-member on elements in an array I’m making a new Powershell inventory script. I already have one, but I’m fiddling with the arrays to see if I can make the code a little ...
Working in PowerShell you will have undoubtedly dealt with arrays in one fashion or another. Sometimes you may not have even realized that you had an array when you call out a cmdlet such as ...