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.
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.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.