Vertaling van "Get-Process" 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.
The command uses the Get-Process cmdlet to get a list of processes.
El comando utiliza el cmdlet Get-Process para obtener una lista de procesos.
It uses the Get-Process cmdlet to get an object representing each process.
Usa el cmdlet Get-Process para obtener los objetos que representan cada proceso.
Without parameters, Get-Process gets all of the processes on the local computer.
Sin parámetros, Get-Process obtiene todos los procesos en el equipo local.
The Get-Process command gets all of the processes on the computer.
El comando Get-Process obtiene todos los procesos del equipo.
Debugs one or more processes running on the local computer. Get-Process
Depura uno o más procesos que se ejecutan en el equipo local. Get-Process
Enter command names, such as "Get-Process" or function names.
Escriba nombres de comando, como "Get-Process" o nombres de función.
To get the processes running on the local computer, run a Get-Process with no parameters.
Para obtener los procesos que se ejecutan en el equipo local, ejecute un cmdlet Get-Process sin parámetros.
Note that the $proc variable includes the default information returned by Get-Process.
Tenga en cuenta que la variable $proc contiene la información predeterminada devuelta por Get-Process.
You can also refer to Get-Process by its built-in aliases, "ps" and "gps".
También puede hacer referencia a Get-Process mediante sus alias integrados, "ps" y "gps".
The following command starts a background job that runs a Get-Process command on the local computer.
El comando siguiente inicia un trabajo de segundo plano que ejecuta un comando Get-Process en el equipo local.
Enter a variable that contains the process objects or a command that gets the process objects, such as a Get-Process command.
Escriba una variable que contenga los objetos de proceso o un comando que obtenga los objetos de proceso, como un comando Get-Process.
By default, Get-Process returns a process object that has detailed information about the process and supports methods that let you start and stop the process.
De forma predeterminada, Get-Process devuelve un objeto de proceso que tiene información detallada sobre el proceso y admite métodos que permiten iniciar y detener el proceso.
It uses the Get-Process command to get the processes on the system.
Usa el comando Get-Process para obtener los procesos del sistema.