Select-Object |
Sélectionne un objet |
---|---|
PowerShell |
Syntaxe
Select-Object [-InputObject PSObject] [[-Property] Object[]] [-ExcludeProperty String[]] [-ExpandProperty String] [-Unique] [-Last Int32] [-First Int32] [-Skip Int32] [-Wait] [CommonParameters] |
Select-Object [-InputObject PSObject] [[-Property] Object[]] [-ExcludeProperty String[]] [-ExpandProperty String] [-Unique] [-SkipLast Int32] [CommonParameters] |
Select-Object [-InputObject PSObject] [-Unique] [-Wait] [-Index Int32[]] [CommonParameters] |
Select-Object [-InputObject PSObject] [-Unique] [-SkipIndex Int32[]] [CommonParameters] |
Description
Cette commande permet de sélectionner un objet ou les propriétés d'un objet.
Dernière mise à jour : Mardi, le 12 Janvier 2021