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.
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.
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.
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.
The pipeline operator (|) passes the result to the Where-Object cmdlet, which selects instances with a value of "Schedule" in the Name property.
El operador de canalización (|) pasa el resultado al cmdlet Where-Object, que selecciona las instancias que contengan el valor "Schedule" en la propiedad Name.