Vertaling van "where-object" in Engels
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.
De nuevo, podemos usar el where-object commandlet para seleccionar el NumCpu objeto.
Again, we can use the where-object commandlet to select out the NumCpu object.
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.
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.
Se pueden canalizar a Where-Object los objetos que se van a filtrar.
You can pipe the objects to be filtered to Where-Object.
Puede aplicar filtros complejos basándose en otras propiedades de los elementos utilizando el cmdlet Where-Object.
You can perform complex filtering based on other properties of items by using Where-Object.
Se puede escribir el nombre del filtro en lugar de la condición, como en un comando Where-Object.
You can type the name of the filter in place of the condition, such as in a Where-Object command.
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 third command shows how to use the Where-Object cmdlet to get an event based on the time that it was generated.
Los grupos resultantes se canalizan al cmdlet Where-Object, que selecciona los objetos con grupos con más de un miembro.
The resulting groups are piped to the Where-Object cmdlet, which selects objects with groups with more than one member.
El símbolo"$" representa cada objeto que se pasa al cmdlet Where-Object.
The"$" symbol represents each object that is passed to the Where-Object cmdlet.
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).
The pipeline operator (|) sends the services object to the Where-Object cmdlet, which selects only the services with a status of "stopped."
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
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
Se utiliza el filtro Where-Object porque el proveedor de FSharp genera tipos no públicos para admitir el tipo público resultante.
The Where-Object filter is used because the FSharp provider generates non-public types to support the resulting public type.
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.
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.
Windows PowerShell incluye un cmdlet Where-Object que permite probar cada objeto de la canalización y pasarlo por esta solo si cumple una determinada condición de prueba.
Windows PowerShell includes a Where-Object cmdlet that allows you to test each object in the pipeline and only pass it along the pipeline if it meets a particular test condition.