PowerShell – Arrays – An Introduction
PowerShell supports Arrays. PowerShell Arrays are to store collection of items. Each item in an Array is of same type or different type. Defining Arrays in PowerShell Arrays can be defined my assigning multiple values to the variable; and each value should be separated by a comma (“,”). Here is a simple example, to create an […]