Examples with "processes al cmdlet Format-Table" and their translation 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.
El segundo comando usa un operador de canalización (|) para enviar la información de los procesos almacenada en la variable $processes al cmdlet Format-Table, que muestra la propiedad ProcessName de cada proceso junto con una nueva propiedad calculada.
The second command uses a pipeline operator (|) to send the process information in the $processes variable to the Format-Table cmdlet, which displays the ProcessName of each process along with a new calculated property.
Andere resultaten
Por ejemplo, si se canalizan varios objetos de proceso del cmdlet Get-Process al cmdlet Get-Member, Windows PowerShell los envía de uno en uno a Get-Member.
For example, if you pipe multiple process objects from the Get-Process cmdlet to the Get-Member cmdlet, Windows PowerShell sends each process object, one at a time, to Get-Member.
Un operador de canalización (|) envía los resultados al cmdlet Format-Table, que muestra los servicios en forma de tabla.
A pipeline operator (|) sends the results to the Format-Table cmdlet, which formats the services as a table.
El operador de canalización (|) envía los resultados al cmdlet Format-Table, que aplica a los resultados el formato de tabla.
The pipeline operator (|) sends the results to the Format-Table cmdlet, which formats the output in a table.
El operador de canalización (|) envía los resultados de Get-Process al cmdlet Sort-Object, que los ordena según la propiedad StartTime.
The pipeline operator (|) sends the output of Get-Process to the Sort-Object cmdlet, which sorts it based on the StartTime property.
Envía las PSSessions al cmdlet Format-Table, que muestra las propiedades Descripción - Este comando obtiene todas las PSSessions que se conectan a equipos cuyos nombres comienzan por "Serv".
Example 5 C:\PS>get-pssession -computer name Serv* This command gets all the PSSessions that connect to computers that have computer names that begin with "Serv".
Permite al cmdlet anexar una firma a un archivo de solo lectura.
Allows the cmdlet to append a signature to a read-only file.
Un operador de canalización envía el objeto de buzón al cmdlet Update-List.
A pipeline operator sends the mailbox object to the Update-List cmdlet.
Permite al cmdlet borrar una variable incluso si es de solo lectura.
Allows the cmdlet to clear a variable even if it is read-only.
Un operador de canalización envía el proceso al cmdlet Stop-Process para detenerlo.
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.