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.
Mit einem Pipelineoperator werden die Prozesse an das Cmdlet Debug-Process gesendet, das die Debugger anfügt.
It uses a pipeline operator to send the processes to the Debug-Process cmdlet, which attaches the debuggers.
Wenn mehrere Prozesse mit dem gleichen Namen vorhanden sind, fügt Debug-Process einen Debugger an alle Prozesse mit diesem Namen an.
If there is more than one process with the same name, Debug-Process attaches a debugger to all processes with that name.
Mit einem Pipelineoperator werden die Prozesse an das Cmdlet "Debug-Process" gesendet, das die Debugger anfügt.
It uses a pipeline operator to send the processes to the Debug-Process cmdlet, which attaches the debuggers.
Wenn mehrere Prozesse mit dem gleichen Namen vorhanden sind, fügt "Debug-Process" einen Debugger an alle Prozesse mit diesem Namen an.
If there is more than one process with the same name, Debug-Process attaches a debugger to all processes with that name.
Er ruft mit dem Cmdlet "Get-Process" die PowerShell-Prozesse auf dem Computer ab und sendet die Prozesse mit einem Pipelineoperator (|) an das Cmdlet "Debug-Process".
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.
Er ruft mit dem Cmdlet Get-Process die PowerShell-Prozesse auf dem Computer ab und sendet die Prozesse mit einem Pipelineoperator (|) an das Cmdlet Debug-Process.
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.
C:\PS>debug-process -id 1132, 2028 Beschreibung - Dieser Befehl fügt einen Debugger an die Prozesse mit den Prozess-IDs 1132 und 2028 an.
C:\PS>debug-process -id 1132, 2028 This command attaches a debugger to the processes that have process IDs 1132 and 2028.
C:\PS>$pid | debug-process Beschreibung - Dieser Befehl fügt einen Debugger an die aktuellen PowerShell-Prozesse auf dem Computer an.
C:\PS>$pid | debug-process This command attaches a debugger to the current PowerShell processes on the computer.
Der zweite Befehl sendet das Prozessobjekt in der Variablen"$p" mit dem InputObject-Parameter von Debug-Process an Debug-Process.
The second command uses the InputObject parameter of Debug-Process to submit the process object in the $p variable to Debug-Process.
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.