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

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

{-}
  • 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
Die Ausgabe des Befehls"Get-Process" wird von Windows PowerShell über die Pipeline an den foreach-Alias übergeben.
Windows PowerShell pipes the output from the Get-Process command to the foreach alias.
Wenn Sie beispielsweise die Onlineversion des Hilfethemas zum Cmdlet"Get-Process" öffnen möchten, geben Sie Folgendes ein.
For example, to open the online version of the Help topic for the Get-Process cmdlet, type.
BEISPIEL 1 C: \PS> Get-Process Beschreibung Mit diesem Befehl wird eine Liste aller auf dem lokalen Computer ausgeführten Prozesse abgerufen.
EXAMPLE 1 C:\PS> Get-Process Description This command gets a list of all of the running processes running on the local computer.
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.
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.
BEISPIEL 1 C: \PS> get-process out-host -paging Beschreibung Mit diesem Befehl werden die Prozesse auf dem System auf jeweils einer Seite angezeigt.
EXAMPLE 1 C:\PS> get-process out-host-paging Description This command displays the processes on the system one page at a time.
Combinations with other parts of speech
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.
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 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.
Set-item -path alias: dir -options"AllScope, ReadOnly" BEISPIEL 2 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.
Set-item-path alias: dir-options"AllScope, ReadOnly" EXAMPLE 2 This command uses the Set-Item cmdlet to change the"gp" alias so thatit represents the Get-Process cmdlet instead of the Get-ItemProperty cmdlet.
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.
Set-item-path gp-value get-process-force The change affects the four properties that define the association between the alias and the command.
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.
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.
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 getthe process that is hosting the current Windows PowerShell session.
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.
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.
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.
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.
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. Get-Member zeigt die.
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. Get-Member displays the..
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.
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.
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.
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.
C: \PS> get-process Winlogon format-custom Beschreibung Mit diesem Befehl werden Informationen über die Windows-Anmeldung in einer alternativen benutzerdefinierten Ansicht formatiert.
C:\PS> get-process Winlogon format-custom This command formats information about the Winlogon process in an alternate customized view.
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.
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.
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 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.
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 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 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.
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.
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.
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> $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.
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.
Results: 23, Time: 0.032

How to use "get-process" in a German sentence

Get process hält diese Bestimmungen ein.
Get Process wurde im Jahre 2000 gegründet und versteht sich als reine Produktefirma.
Diese Get Process Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. (“Google”).
Get process id from window handle, Process..::.Id Property, Finding the Process ID, Window-handle from process ID?
Diese Get process Website benutzt Google AdSense, einen Dienst zum Einbinden von Werbeanzeigen der Google Inc. (“Google”).
Apr. 2018 Holen Sie sich PID Details Linux Download How to get process details from its pid.
Die Get Process AG ist Eigentümerin der Software Income Suite, welche bereits seit 1989 auf dem internationalen Prozessmanagement Markt existiert.
On the Get Process website, plugins from the social network Facebook, 1601 South California Avenue, Palo Alto, CA 94304, USA are integrated.

How to use "get-process" in an English sentence

How to get process using module xyz?
Can Social Media Apps Get Process Patents?
Get process stock phone loan form.
Get process right, Close Ratios Soar!
Invest time early to get process agreement.
Firstly, you need to get process design right.
Call credit card company to get process started.
Follow under get process to obtain Appvn apk.
You will get process insight from the outside.
Get process variation highlighting and cost reporting.

Top dictionary queries

German - English