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.
cmdlet 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.
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).
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.
The pipeline operator (|) passes the results to the Where-Object cmdlet, which selects the services with a Status property of "Paused".
El operador de canalización (|) pasa los resultados al cmdlet Where-Object, que selecciona los servicios cuya propiedad Status tiene el valor "Paused" (en pausa).
The pipeline operator (|) passes the results to the Where-Object cmdlet, which selects the ones where the value of the HasExited property is TRUE.
El operador de canalización (|) pasa los resultados al cmdlet Where-Object, que selecciona los que tengan el valor de la propiedad HasExited establecida en TRUE.
For more specific object filtering, use the Where-Object cmdlet. Parameters
Para lograr un filtro de objetos más específico, use el cmdlet Where-Object. Parámetros
A pipeline operator (|) sends the services to the Where-Object cmdlet, which selects the services whose DependentServices property is not null.
Un operador de canalización (|) envía los servicios al cmdlet Where-Object, que selecciona los servicios cuya propiedad DependentServices no es NULL.
Even though Get-EventLog does not have an EventID parameter, you can use the Where-Object cmdlet to select events based on the value of any event property.
Aunque Get-EventLog no tiene un parámetro EventID, se puede utilizar el cmdlet Where-Object para seleccionar eventos de acuerdo con el valor de cualquier propiedad de propiedad UserName.
The PassThru parameter directs Add-Type to return a Runtime object that represents the types and a pipeline operator (|) sends the Runtime object to the Where-Object cmdlet, which returns only the public types.
El parámetro PassThru indica a Add-Type que devuelva un objeto Runtime que represente los tipos. Un operador de canalización (|) envía el objeto Runtime al cmdlet Where-Object, que devuelve únicamente los tipos públicos.
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.