Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 2.0 » Select-Object

Select-Object - Powershell 2.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 »

Select-Object

Short description
Selects specified properties of an object or set of objects. It can also select unique objects from an array of obj

Syntax


Description
The Select-Object cmdlet gets only the specified properties of an object or set of objects. It can also select uniq
ue objects from an array of objects, or it can select a specified number of objects from the beginning or end of an
 array of objects.
 
If you use Select-Object to select specified properties, it copies the values of those properties from the input ob
jects and creates new objects that have the specified properties and copied values. 

Use the Property parameter to specify the properties you want to select. Or, use the First, Last, Unique, Skip, and
 Index parameters to select particular objects from an array of input objects. For more specific object filtering, 
use the Where-Object cmdlet.