Vertaling van "where-object" 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.
Again, we can use the where-object commandlet to select out the NumCpu object.
De nuevo, podemos usar el where-object commandlet para seleccionar el NumCpu objeto.
We can get information from the Get-VM commandlet and then pipe that into where-object to select out the specific information we want to query for - in this case PowerState.
Podemos obtener información de la Get-VM commandlet y luego canalizar eso hacia where-object para seleccionar la información específica que queremos consultar, en este caso PowerState.
You can pipe the objects to be filtered to Where-Object.
Se pueden canalizar a Where-Object los objetos que se van a filtrar.
You can perform complex filtering based on other properties of items by using Where-Object.
Puede aplicar filtros complejos basándose en otras propiedades de los elementos utilizando el cmdlet Where-Object.
You can type the name of the filter in place of the condition, such as in a Where-Object command.
Se puede escribir el nombre del filtro en lugar de la condición, como en un comando Where-Object.
The third command shows how to use the Where-Object cmdlet to get an event based on the time that it was generated.
El tercer comando muestra cómo utilizar el cmdlet Where-Object para obtener un evento según la hora a la que se generó.
The resulting groups are piped to the Where-Object cmdlet, which selects objects with groups with more than one member.
Los grupos resultantes se canalizan al cmdlet Where-Object, que selecciona los objetos con grupos con más de un miembro.
The"$" symbol represents each object that is passed to the Where-Object cmdlet.
El símbolo"$" representa cada objeto que se pasa al cmdlet Where-Object.
The pipeline operator (|) sends the services object to the Where-Object cmdlet, which selects only the services with a status of "stopped."
El operador de canalización (|) envía el objeto de servicios al cmdlet Where-Object, que solamente selecciona los servicios cuyo estado sea "stopped" (detenido).
Where-Object Creates a filter that controls which objects will be passed along a command pipeline.
Crea un filtro que controla los objetos que se van a pasar junto con una canalización de comandos.
Sessions connected to the physical computer desktop always have a session ID of 0, so you can stop all instances of the process that are in other sessions by using Where-Object and the process, SessionId
Las sesiones conectadas al escritorio de un equipo físico tienen siempre el identificador de sesión 0; por tanto, puede detener todas las instancias del proceso que se encuentren en otras sesiones usando Where-Object y el proceso, SessionId
The Where-Object filter is used because the FSharp provider generates non-public types to support the resulting public type.
Se utiliza el filtro Where-Object porque el proveedor de FSharp genera tipos no públicos para admitir el tipo público resultante.
The pipeline operator (|) passes the process objects to the Where-Object cmdlet, which selects only the object with a value greater than 20,000,000 bytes for the WorkingSet property.
El operador de canalización (|) pasa los objetos de proceso al cmdlet Where-Object, que selecciona únicamente el objeto con un valor superior a 20.000.000 bytes para la propiedad WorkingSet.