Get-Random : Parameter set cannot be resolved using the specified named parameters. At line:28 char:17 + $numsTirage += (Get-Random -Minimum 1 -Maximum 51 -Count 5) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Get-Random], ParameterBindingExc eption + FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.Ge tRandomCommand Get-Random : Parameter set cannot be resolved using the specified named parameters. At line:29 char:17 + $numsTirage += (Get-Random -Minimum 1 -Maximum 13 -Count 2) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Get-Random], ParameterBindingExc eption + FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.Ge tRandomCommand