Randomize array powershell Posted on October 3, 2014 by Henrik $a = "Dasher","Dancer","Prancer","Vixen","Comet","Cupid","Donder","Blitzen" $a = $a | Get-Random -count $a.count