Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Get-Random

Get-Random - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-Random

Short description
Gets a random number, or selects objects randomly from a collection.

Syntax


Description
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 Int32.MaxValue (0x7FFFFFFF, 2,147,483,647).


You can use the parameters of Get-Random to specify a seed number, minimum and maximum values, and the number of 
objects returned from a submitted collection.