What is the translation of " GET-PROCESS " in German?

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
For example,"get-process-id 664, 2060.
Beispiel:"get-process -id 664, 2060.
You can pipe a process object to Get-Process.
Sie können ein Prozessobjekt über die Pipeline an Get-Process übergeben.
EXAMPLE 2 C:\PS> get-process export-csv processes.
BEISPIEL 2 C: \PS> get-process export-csv processes.
Get-Process also accepts multiple values for the Name parameter.
Get-Process akzeptiert auch mehrere Werte für den Name-Parameter.
Then, you might be interested in learning about a few of the basic cmdlets, such as Get-Help,Get-Command, Get-Process, Get-Service, and Get-Eventlog.
Anschließend interessieren Sie sich möglicherweise für einige grundlegende Cmdlets, z. B. Get-Help,Get-Command, Get-Process, Get-Service und Get-Eventlog.
For example,"get-process write-output" is equivalent to"get-process.
Beispielsweise sind"get-process write-output" und"get-process" äquivalent.
Although it is normal for cmdlets to return no data in some situations,when you specify a process by its ProcessId, Get-Process generates an error if it finds no matches, because the usual intent is to retrieve a known running process.
Auch wenn Cmdlets in manchen Situationen keine Daten zurückgeben, generiert Get-Process bei Angabe der Prozess-ID einen Fehler, wenn keine Übereinstimmungen gefunden werden, da das Ziel darin besteht, einen ausgeführten bekannten Prozess abzurufen.
C:\PS> get-process select-object ProcessName, Id, WS This command displays a list of processes.
C: \PS> get-process select-object ProcessName, Id, WS Beschreibung Mit diesem Befehl wird eine Liste von Prozessen angezeigt.
The"Property" parameter name is optional,so you can omit it. EXAMPLE 4 C:\PS> get-process winlogon format-list-property* Description This command displays all of the properties of the Winlogon process.
Der Property-Parametername ist optional. Siekönnen ihn also auslassen. BEISPIEL 4 C: \PS> get-process winlogon format-list -property* Beschreibung Mit diesem Befehl werden alle Eigenschaften der Windows-Anmeldung angezeigt.
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.
Start-job-scriptblock{get-process} The Start-Job command returns an object that represents the job.
Start-job -scriptblock{get-process} Der Befehl"Start-Job" gibt ein Objekt zurück, das den Auftrag darstellt.
Get-process winlogon format-list-property* With a bit of practice, you will find that combining simple commands into pipelines saves time and typing, and makes your scripting more efficient.
Get-process winlogon format-list -property* Mit einem bisschen Übung werden Sie feststellen, dass Sie durch Kombination einfacher Befehle in Pipelines Zeit und Eingabeaufwand sparen und die Skripterstellung effizienter gestalten.
For example, the following command creates the$a variable and then stores any warnings in it: get-process-id 6-WarningVariable a The following command adds any warnings to the$a variable: get-process-id 2-WarningVariable+a The following command displays the contents of$a:$a You can use this parameter to create a variable that contains only warnings from specific commands.
Beispielsweise wird mit dem folgenden Befehl die Variable"$a" erstellt, und sämtliche Warnungen werden darin gespeichert: get-process -id 6 -WarningVariable a Mit dem folgenden Befehl werden alle Warnungen der Variablen"$a" hinzugefügt: get-process -id 2 -WarningVariable +a Mit dem folgenden Befehl wird der Inhalt von $a angezeigt: $a Mit diesem Parameter können Sie eine Variable erstellen, die nur Warnungen aus bestimmten Befehlen enthält.
C:\PS> get-process format-list-property name, basepriority, priorityclass This command displays the name, base priority, and priority class of each process on the computer.
C: \PS> get-process format-list -property name, basepriority, priorityclass Beschreibung Mit diesem Befehl werden Name, Basispriorität und Prioritätsklasse der einzelnen Prozesse auf dem Computer angezeigt.
Set-item-path gp-value get-process-force The change affects the four properties that define the association between the alias and the command.
Set-item -path gp -value get-process -force Die Änderung wirkt sich auf die vier Eigenschaften aus, von denen Zuordnung zwischen dem Alias und dem Befehl definiert wird.
C:\PS> get-process Winlogon format-custom This command formats information about the Winlogon process in an alternate customized view.
C: \PS> get-process Winlogon format-custom Beschreibung Mit diesem Befehl werden Informationen über die Windows-Anmeldung in einer alternativen benutzerdefinierten Ansicht formatiert.
For example, the following command creates the$out variable and stores the process object in it: get-process powershell-OutVariable out The following command adds the process object to the$out variable: get-process iexplore-OutVariable+out The following command displays the contents of the$out variable:$out-OutBuffer< Int32> Determines the number of objects to accumulate in a buffer before any objects are sent through the pipeline.
Beispielsweise wird mit dem folgenden Befehl die Variable"$out" erstellt, und das Prozessobjekt wird darin gespeichert: get-process powershell -OutVariable out Mit dem folgenden Befehl wird das Prozessobjekt der Variablen"$out" hinzugefügt: get-process iexplore -OutVariable +out Mit dem folgenden Befehl wird der Inhalt der Variablen"$out" angezeigt: $out -OutBuffer < Int32 > Bestimmt die Anzahl der Objekte, die in einem Puffer akkumuliert werden, bevor Objekte über die Pipeline übergeben werden.
A get-process$a+= get-service$a += "string" $a+= 12 Because the assignment operator(=) has a lower precedence than the pipeline operator(_), parentheses are not required to assign the result of a command pipeline to a variable.
A get-process $a+= get-service $a+="string" $a+= 12 Da der Zuweisungsoperator(=) eine niedrigere Rangfolge als der Pipelineoperator(_) hat, sind keine Klammern erforderlich, um einer Variablen das Ergebnis einer Befehlspipeline zuzuweisen.
EXAMPLE 1 C:\PS> get-process out-host-paging Description This command displays the processes on the system one page at a time.
BEISPIEL 1 C: \PS> get-process out-host -paging Beschreibung Mit diesem Befehl werden die Prozesse auf dem System auf jeweils einer Seite angezeigt.
C:\PS> get-process measure-object-property workingset-minimum-maximum-average This command displays the minimum, maximum, and average sizes of the working sets of the processes on the computer.
C: \PS> get-process measure-object -property workingset -minimum -maximum -average Beschreibung Mit diesem Befehl werden die minimale, maximale und durchschnittliche Größe der Workingsets der Prozesse auf dem Computer angezeigt.
C:\PS> get-process powershell debug-process This command attaches a debugger to the PowerShell processes on the computer.
C: \PS> get-process powershell debug-process Beschreibung Dieser Befehl fügt einen Debugger an die PowerShell-Prozesse auf dem Computer an.
EXAMPLE 7 C:\PS> get-process sql*-module Description This command uses the Module parameter to get the modules that have been loaded by the process.
BEISPIEL 7 C: \PS> get-process sql* -module Beschreibung Dieser Befehl ruft mit dem Module-Parameter die Module ab, die vom Prozess geladen wurden.
EXAMPLE 1 C:\PS> get-process out-gridview Description This command gets the processes running on the local computer and sends them to a grid view window.
BEISPIEL 1 C: \PS> get-process out-gridview Beschreibung Mit diesem Befehl werden die auf dem lokalen Computer ausgeführten Prozesse abgerufen und an ein Rasteransichtsfenster gesendet.
EXAMPLE 3 C:\PS> get-process where-object{$_. ProcessName-match"^p.*"} Description This command gets the processes with a ProcessName property that begins with the letter"p.
BEISPIEL 3 C: \PS> get-process where-object{$_. ProcessName -match"^p.*"} Beschreibung Mit diesem Befehl werden die Prozesse mit einer ProcessName-Eigenschaft abgerufen, die mit dem Buchstaben"p" beginnt.
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.
Results: 25, Time: 0.0237

Top dictionary queries

English - German