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.
Get-Process cmdlet to get
Der erste Befehl ruft mit dem Cmdlet Get-Process den Prozess Lsass ab.
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.
So wird im nachfolgenden Befehl das Cmdlet Get-Process verwendet, um Informationen über alle auf dem Computer ausgeführten Prozesse zu erhalten.
The first command uses the Get-Process cmdlet to get objects that represent the processes running on the computer.
Mit dem Name-Parameter des Cmdlet Get-Process kann ein Teil der Prozesse anhand des Prozessnamens angegeben werden.
You can use the Name parameter of the Get-Process cmdlet to specify a subset of processes based on the process name.
get-help get-process: Zeigt Hilfe zum Cmdlet Get-Process an.
Das Cmdlet Get-Process wird mit der automatischen Variablen $pid verwendet, um den Prozess abzurufen, der die aktuelle Windows PowerShell-Sitzung hostet.
It uses the Get-Process cmdlet with the $pid automatic variable to get the process that is hosting the current Windows PowerShell session.
Dieser Befehl verwendet das Cmdlet Set-Item, um den Alias gp zu ändern, damit er das Cmdlet Get-Process anstelle des Cmdlets Get-ItemProperty darstellt.
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.
Wenn Sie z. B. mehrere Prozessobjekte vom Cmdlet Get-Process über die Pipeline an das Cmdlet Get-Member übergeben, sendet Windows PowerShell jedes Prozessobjekt einzeln an 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.
Im ersten Befehl werden mit dem Cmdlet Get-FormatData die Formatdaten für das System.Diagnostics.Process-Objekt abgerufen, das vom Cmdlet Get-Process zurückgegeben wird.
The first command uses the Get-FormatData cmdlet to get the format data for the System.Diagnostics.Process object that the Get-Process cmdlet returns.
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.