PowerShell List Assignment
PowerShell and lists of data go together hand-in-hand. Any time you execute a cmdlet, function, or script, the output is a list of objects which is placed in the output stream for processing. Assigning a list to a variable is not very interesting, either. You just assign it and it’s done. Like this, for instance: …