Facebook
From gfdgfd, 2 Weeks ago, written in PowerShell.
This paste is a reply to gdgdfgdg from gfdgdfgd - view diff
Embed
Download Paste or View Raw
Hits: 140
  1. Get-Random : Parameter set cannot be resolved using the specified named parameters.
  2. At line:28 char:17
  3. + $numsTirage += (Get-Random -Minimum 1 -Maximum 51 -Count 5)
  4. +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.     + CategoryInfo          : InvalidArgument: (:) [Get-Random], ParameterBindingExc
  6.    eption
  7.     + FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.Ge
  8.    tRandomCommand
  9.  
  10. Get-Random : Parameter set cannot be resolved using the specified named parameters.
  11. At line:29 char:17
  12. + $numsTirage += (Get-Random -Minimum 1 -Maximum 13 -Count 2)
  13. +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14.     + CategoryInfo          : InvalidArgument: (:) [Get-Random], ParameterBindingExc
  15.    eption
  16.     + FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.PowerShell.Commands.Ge
  17.    tRandomCommand

Replies to Re: gdgdfgdg rss

Title Name Language When
Re: Re: gdgdfgdg khnm powershell 2 Weeks ago.