El cmdlet Select-Object permite crear nuevos objetos personalizados de Windows PowerShell que contienen propiedades seleccionadas de los objetos utilizados para crearlos.
You can use the Select-Object cmdlet to create new, custom Windows PowerShell objects that contain properties selected from the objects you use to create them.
Alte rezultate
El operador de canalización (|) envía el resultado al cmdlet Select-Object, que selecciona todas las propiedades ( ) del objeto de referencia cultural recuperado por Get-Culture.
The pipeline operator (|) sends the result to the Select-Object cmdlet, which selects all properties ( ) of the culture object that Get-Culture retrieved.
Los resultados se canalizan al cmdlet Select-Object, que selecciona únicamente los valores de la propiedad ProcessName de cada objeto.
The results are piped to the Select-Object cmdlet, which selects only the values of the ProcessName property of each object.
A continuación, utiliza un operador de canalización (|) para enviar los objetos de proceso al cmdlet Select-Object.
Then, it uses a pipeline operator (|) to send the process objects to the Select-Object cmdlet.
Si se usa Select-Object para seleccionar determinadas propiedades, el cmdlet copia los valores de estas propiedades de los objetos de entrada y crea nuevos objetos con las propiedades especificadas y los valores copiados.
If you use Select-Object to select specified properties, it copies the values of those properties from the input objects and creates new objects that have the specified properties and copied values.
Aunque use el parámetro Force, el cmdlet no puede borrar constantes.
Even using the Force parameter, the cmdlet cannot clear constants.
Cuando se usa sin parámetros, el cmdlet devuelve todas las reglas.
When it is used without parameters, the cmdlet returns all rules.
El cmdlet Get-ChildItem obtiene los objetos que representan los archivos del directorio.
The Get-ChildItem cmdlet gets objects representing each file in the directory.
El comando utiliza el cmdlet Get-Process para obtener una lista de procesos.
The command uses the Get-Process cmdlet to get a list of processes.
Se trata de la misma información que el cmdlet Get-Culture devuelve.
This is the same information that is returned by the Get-Culture cmdlet.
Las notas incluyen información conceptual y sugerencias para utilizar el cmdlet.
The notes include conceptual information and tips for using the cmdlet.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple