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.
ForEach-Object
The objects that ForEach-Object returns are determined by the input.
La entrada determina los objetos que ForEach-Object devuelve.
In the second line, the events are piped to the ForEach-Object cmdlet.
En la segunda línea, los eventos se canalizan al cmdlet ForEach-Object.
Description The ForEach-Object cmdlet performs an operation on each of a set of input objects.
Descripción El cmdlet ForEach-Object realiza una operación en cada objeto de un conjunto de objetos de entrada.
In the third line, which is the Process script block of the ForEach-Object cmdlet, the cmdlet searches the message property of each incoming object for "bios".
En la tercera línea, que es el bloque de script Process del cmdlet ForEach-Object, el cmdlet busca "bios" en la propiedad de mensaje de cada objeto entrante.
The pipeline operator sends the results to the ForEach-Object cmdlet, which applies the expression to each line of content in Get-Content.
El operador de canalización envía los resultados al cmdlet ForEach-Object, que aplica la expresión a cada línea de contenido en Get-Content.
Because Set-ItemProperty is changing the property of each key, the ForEach-Object cmdlet is required to access the property.
Como Set-ItemProperty cambia la propiedad de cada clave, es necesario que el cmdlet ForEach-Object tenga acceso a la propiedad.
The command uses a pipeline operator (|) to send the files in $pshome to the Foreach-Object cmdlet, where Get-AuthenticodeSignature is called for each file.
El comando utiliza un operador de canalización (|) para enviar los archivos de $pshome al cmdlet Foreach-Object, donde se llama a Get-AuthenticodeSignature para cada archivo.
The Foreach Statement Inside a Command Pipeline When Foreach appears in a command pipeline, Windows PowerShell uses the foreach alias, which calls the ForEach-Object command.
Instrucción Foreach dentro de una canalización de comando Cuando Foreach aparece en una canalización de comandos, Windows PowerShell utiliza el alias de foreach, que llama al comando ForEach-Object.
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.