$ 0 0 Summary: Easily create an array that contains five numbers with Windows PowerShell. How can I use Windows PowerShell to easily create an array that contains five numbers? Use the Range operator and assign the results to a variable:$a = 1..5