• PowerShell allows the creation and manipulation of arrays, which store multiple values in a single variable. Each item in the array can be accessed individually using its position number. • Arrays ...
Take, for example, a list of employees in an organisation. These could be stored in an array called 'Employees' with the data typestring.