Download for Windows Premium
Publiciteit
to the Sort-Object cmdlet

Examples with "to the Sort-Object cmdlet" and their translation in Spaans

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
To sort the list of environment variables by variable name, pipe the output of a Get-ChildItem command to the Sort-Object cmdlet.
Para ordenar la lista de variables de entorno por el nombre de la variable, se debe canalizar el resultado del comando Get-ChildItem al cmdlet Sort-Object.
The command uses a second pipeline operator to send the grouped events to the Sort-Object cmdlet, which sorts them in descending order, so the most frequently appearing source is listed first.
El comando utiliza un segundo operador de canalización para enviar los eventos agrupados al cmdlet Sort-Object, que los ordena de forma descendente, de modo que el origen que aparece con más frecuencia se muestra en primer lugar.
It uses a pipeline operator (|) to send the results to the Sort-Object cmdlet, which sorts the objects in working-set order.
Utiliza un operador de canalización (|) para enviar los resultados al cmdlet Sort-Object, que ordena los objetos según los espacios de trabajo.
The pipeline operator (|) sends the output of Get-Process to the Sort-Object cmdlet, which sorts it based on the StartTime property.
El operador de canalización (|) envía los resultados de Get-Process al cmdlet Sort-Object, que los ordena según la propiedad StartTime.
The pipeline operator (|) passes the object to the Sort-Object cmdlet, which sorts the objects in order of their base priority.
El operador de canalización (|) pasa los objetos al cmdlet Sort-Object, que los ordena según su prioridad base.

Andere resultaten

Sorting Objects We can organize displayed data to make it easier to scan by using the Sort-Object cmdlet.
Ordenar objetos Podemos organizar los datos mostrados para facilitar su búsqueda utilizando el cmdlet Sort-Object.
To change the order of the results, use the Sort-Object cmdlet.
Para cambiar el orden de los resultados, utilice el cmdlet Sort-Object.
The Sort-Object cmdlet sorts objects in ascending or descending order based on the values of properties of the object.
El cmdlet Sort-Object organiza los objetos en orden ascendente o descendente según los valores de las propiedades del objeto.
Sorting Hash Tables To sort the hash table alphabetically by keys or values, use the GetEnumerator method of hash tables to get the keys and values in the hash table, and then use the Sort-Object cmdlet to sort them.
Ordenar las tablas hash Para ordenar las tablas hash por claves o valores alfabéticamente, se utiliza el método GetEnumerator de las tablas hash para obtener las claves y los valores que contiene y, a continuación, se utiliza el cmdlet Sort-Object para ordenarlos.
For example, you can pipe all of the processes on the computer to the Sort-Object command and have them sorted by the number of handles in the process.
Por ejemplo, se pueden canalizar todos los procesos del equipo al comando Sort-Object para que se ordenen por el número de identificadores en el proceso.
Er zijn geen resultaten gevonden voor deze term.
Woord & uitdrukking van de dag
Afbeelding van de dag
lab coat: white coat worn by scientists and doctors
Ontdek het woord
Publiciteit

Resultaten: 10. Exact: 5. Verstreken tijd: 88 ms.