Vertaling van "Get-Process" 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.
Sans paramètre, Get-Process obtient tous les processus présents sur l'ordinateur local.
Without parameters, Get-Process gets all of the processes on the local computer.
Elle utilise l'applet de commande Get-Process pour obtenir une liste de processus.
The command uses the Get-Process cmdlet to get a list of processes.
Elle utilise la commande Get-Process pour obtenir les processus sur le système.
It uses the Get-Process command to get the processes on the system.
La commande Get-Process obtient tous les processus sur l'ordinateur.
The Get-Process command gets all of the processes on the computer.
L'applet de commande Get-Process obtient les objets qui représentent chaque processus sur l'ordinateur.
The Get-Process cmdlet gets objects representing each process on the computer.
Pour obtenir les processus s'exécutant sur l'ordinateur local, exécutez Get-Process sans paramètres.
To get the processes running on the local computer, run a Get-Process with no parameters.
Elle utilise l'applet de commande Get-Process pour obtenir les processus dont le nom commence par « P ».
The command uses the Get-Process cmdlet to get processes that have names that begin with "P".
Si vous tapez Get-Process, vous pouvez voir qu'un processus nommé iexplore est en cours d'exécution.
If you type Get-Process, you can see that a process named iexplore is running.
Quand nous allons cliquer sur le bouton, un script "Get-Process" va être invoqué et son résultat affiché dans la textbox.
When you click on the button, a Get-Process script is invoked and the result appears in the textbox.
Débogue un ou plusieurs processus en cours d'exécution sur l'ordinateur local. Get-Process
Debugs one or more processes running on the local computer. Get-Process
Notez que la variable $proc inclut les informations par défaut retournées par Get-Process.
Note that the $proc variable includes the default information returned by Get-Process.
La commande suivante démarre une tâche en arrière-plan qui exécute une commande Get-Process sur l'ordinateur local.
The following command starts a background job that runs a Get-Process command on the local computer.
Vous pouvez également faire référence à Get-Process par ses alias intégrés, « ps » et « gps ».
You can also refer to Get-Process by its built-in aliases, "ps" and "gps".