Get-Random (Microsoft.PowerShell.Utility) - PowerShell

The Get-Random cmdlet gets a randomly selected number. If you submit a collection of objects to Get-Random, it gets one or more randomly selected objects from the collection. Without parameters or input, a Get-Random command returns a randomly selected 32-bit unsigned integer between 0 (zero) and […