Examples with "from the Get-Process cmdlet" and their translation in Frans
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.
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.
The first command uses the Get-Process cmdlet to get the Lsass process.
La première commande utilise l'applet de commande Get-Process pour obtenir le processus Lsass.
You can use the Name parameter of the Get-Process cmdlet to specify a subset of processes based on the process name.
Vous pouvez utiliser le paramètre Name de l'applet de commande Get-Process pour spécifier un sous-ensemble de processus en fonction d'un nom de processus.
For example, to open the online version of the Help topic for the Get-Process cmdlet, type
Par exemple, pour ouvrir la version en ligne de la rubrique d'aide de l'applet de commande Get-Process, tapez
This command uses the Set-Item cmdlet to change the "gp" alias so that it represents the Get-Process cmdlet instead of the Get-ItemProperty cmdlet.
The second command uses the InputObject parameter to pass the process objects that are stored in the $a variable to the Get-Process cmdlet.
La deuxième commande utilise le paramètre InputObject pour passer les objets processus qui sont stockés dans la variable $a à l'applet de commande Get-Process.
The command uses the Get-Process cmdlet to get all processes named "Notepad" on the local computer.
La commande utilise l'applet de commande Get-Process pour obtenir tous les processus nommés « Bloc-notes » (Notepad) sur l'ordinateur local.
It uses the Get-Process cmdlet to get the PowerShell processes on the computer, and it uses a pipeline operator (|) to send the processes to the Debug-Process cmdlet.
Elle utilise l'applet de commande Get-Process pour obtenir les processus PowerShell sur l'ordinateur et elle utilise un opérateur de pipeline (|) pour envoyer les processus à l'applet de commande Debug-Process.
The ComputerName parameter has also been added to several cmdlets, including the Get-Process, Get-Service, and Get-Eventlog cmdlets.
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.