Most you of you should be familiar with the Get-Random cmdlet in PowerShell, but if not, Get-Random is a one-line cmdlet that will automatically generate random numbers. Run by itself, it will generate any random number, as shown in the following example:
↧