PowerTip: Create Array in PowerShell
Summary: Use Windows PowerShell to easily create an array. Can I use Windows PowerShell to create an array of strings and avoid typing quotation marks around all the strings? Instead of creating an array, such as this: $array = “a”,”b”,”c”,”d”,&rdqu...