GET-PROCESS in German translation

Examples of using Get-process in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
How to run a command(ex: Get-Process) on a remote computer with PowerShell?
Wie führt man einen Befehl(Bsp.: Get-Process) auf einem Remotecomputer aus?
For example, to open the online version of the Help topic for the Get-Process cmdlet, type.
Wenn Sie beispielsweise die Onlineversion des Hilfethemas zum Cmdlet"Get-Process" öffnen möchten, geben Sie Folgendes ein.
C:\PS> Get-Process This command gets a list of all of the running processes running on the local computer.
C: \PS> Get-Process Beschreibung Mit diesem Befehl wird eine Liste aller auf dem lokalen Computer ausgeführten Prozesse abgerufen.
Process object that Get-Process returns does not have a property
Process-Objekt, das Get-Process zurückgibt, nicht über eine Eigenschaft oder eine Methode verfügt, die den Prozessbesitzer zurückgibt,
a command that gets the process objects, such as a Get-Process command.
abgerufen werden, z. B. der Befehl"Get-Process.
It uses the Get-Process cmdlet with the$pid automatic variable to get the process that is hosting the current Windows PowerShell session.
Das Cmdlet"Get-Process" wird mit der automatischen Variablen"$pid" verwendet, um den Prozess abzurufen, der die aktuelle Windows PowerShell-Sitzung hostet.
Set-item-path gp-value get-process-force The change affects the four properties that define the association between the alias
Set-item -path gp -value get-process -force Die Änderung wirkt sich auf die vier Eigenschaften aus,
EXAMPLE 2 C:\PS> get-process Winlogon format-custom Description This command formats information about the Winlogon process in an alternate customized view.
BEISPIEL 2 C: \PS> get-process Winlogon format-custom Beschreibung Mit diesem Befehl werden Informationen über die Windows-Anmeldung in einer alternativen benutzerdefinierten Ansicht formatiert.
The second command uses the InputObject parameter to pass the process objects that are stored in the$a variable to the Get-Process cmdlet.
Der zweite Befehl übergibt die in der Variablen"$a" gespeicherten Prozessobjekte mit dem InputObject-Parameter an das Cmdlet"Get-Process.
Job start-job-scriptblock{get-process} You can also use the Get-Job cmdlet to get objects that represent the jobs started in the current session.
Job start-job -scriptblock{get-process} Mit dem Cmdlet"Get-Job" können Sie auch die Objekte abrufen, die die in der aktuellen Sitzung gestarteten Aufträge darstellen.
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.
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.
C:\PS> Get-Process winword, explorer format-list* This command gets all available data about the Winword and Explorer processes on the computer.
C: \PS> Get-Process winword, explorer format-list* Beschreibung Mit diesem Befehl werden alle verfügbaren Daten zu den Prozessen"Winword" und"Explorer" auf dem Computer abgerufen.
If you use the command Get-Process-Name powershell with two instances of Windows PowerShell running, you get output that looks like this.
Wenn Sie den Befehl Get-Process -Name powershell verwenden und zwei Instanzen von Windows PowerShell ausgeführt werden, wird in etwa die folgende Ausgabe angezeigt.
C:\PS>$a get-process C:\PS> get-process-inputobject$a format-table-view priority These commands list the processes on the computer in groups based on their priority class.
C: \PS> $a get-process C: \PS> get-process -inputobject $a format-table -view priority Beschreibung Diese Befehle führen die Prozesse auf dem Computer in Gruppen auf Grundlage ihrer Prioritätsklasse auf.
Windows PowerShell has commands such as Get-Process, Stop-Process, Get-Service, and Stop-Service.
Windows PowerShell umfasst beispielsweise die Befehle Get-Process, Stop-Process, Get-Service und Stop-Service.
As with Get-Process, using the Get-Service command without parameters returns all services.
Wie bei Get-Process gibt der Befehl Get-Service ohne Parameter alle Dienste zurück.
Get-Process also accepts multiple values for the Name parameter.
Get-Process akzeptiert auch mehrere Werte für den Name-Parameter.
EXAMPLE 2 C:\PS> get-process export-csv processes.
BEISPIEL 2 C: \PS> get-process export-csv processes.
Note that the$proc variable includes the default information returned by Get-Process.
Beachten Sie, dass die Variable"$proc" die von Get-Process zurückgegebenen Standardinformationen enthält.
To specify a particular PowerShell process, use the ID parameter of Get-Process.
Verwenden Sie zum Angeben eines bestimmten PowerShell-Prozesses den ID-Parameter von Get-Process.
Results: 110, Time: 0.0215

Get-process in different Languages

Top dictionary queries

English - German