2 lines
49 B
Text
2 lines
49 B
Text
$A = 1, 2, 3, 4, 5
|
|
Get-Random $A -Count $A.Count
|
$A = 1, 2, 3, 4, 5
|
|
Get-Random $A -Count $A.Count
|