The first two commands use the Invoke-Command cmdlet to run a Get-Process command for the PowerShell process.
In den ersten beiden Befehlen wird mit dem Cmdlet "Invoke-Command" ein Get-Process-Befehl für den PowerShell-Prozess ausgeführt.
For example, the following command uses the Invoke-Command cmdlet to run a Get-Process command in the PSSessions on the Server01 and Server02 computers.
Der folgende Befehl verwendet beispielsweise das Cmdlet "Invoke-Command", um einen Get-Process-Befehl in den PSSessions auf dem Computer "Server01" und auf dem Computer "Server02" auszuführen.
This command starts a background job that runs a Get-Process command.
The following command starts a background job that runs a Get-Process command on the local computer.
Mit dem folgenden Befehl wird ein Hintergrundauftrag gestartet, mit dem auf dem lokalen Computer der Befehl "Get-Process" ausgeführt wird.
If you use the Format-Table cmdlet with no property names specified to format the output of the Get-Process command, you get exactly the same output as you do without performing any formatting.
Wenn Sie das Cmdlet Format-Table verwenden und zum Formatieren der Ausgabe für den Befehl Get-Process keine Eigenschaftennamen angeben, ist die Ausgabe mit einer Ausgabe ohne Formatierung identisch.
The first command uses the Start-Job cmdlet to start a background job that runs a Get-Process command on the local computer.
Im ersten Befehl wird ein Hintergrundauftrag, der auf dem lokalen Computer den Befehl Get-Process ausführt, mit dem Cmdlet Start-Job gestartet.
The first command uses the Get-Process command to get the PowerShell process on the remote computer and to save it in the $p variable.
Im ersten Befehl wird der PowerShell-Prozess auf dem Remotecomputer mit dem Befehl "Get-Process" abgerufen und in der Variablen"$p" gespeichert.
Windows PowerShell pipes the output from the Get-Process command to the foreach alias.
Die Ausgabe des Befehls Get-Process wird von Windows PowerShell über die Pipeline an den foreach-Alias übergeben.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.