Mit Get-Command* werden alle Windows PowerShell-Elemente und alle nicht zu Windows PowerShell gehörenden Dateien in der Path-Umgebungsvariablen ($env:path) abgerufen.
Get-Command gets all Windows PowerShell elements and all of the non-Windows-PowerShell files in the Path environment variable ($env:path).
In diesem Beispiel wird gezeigt, wie mit Get-Command der Befehl bestimmt wird, der von Windows PowerShell ausgeführt wird, wenn der Zugriff auf mehrere Befehle mit dem gleichen Namen möglich ist.
This example shows how to use Get-Command to determine which command Windows PowerShell runs when it has access to multiple commands with the same name.
Im Beispiel mit Get-Command -Name Clear-Host lautet der Parametername Name , dieser wird allerdings als - Name eingegeben.
In the Get-Command -Name Clear-Host example, the parameter's name is Name, but it is entered as - Name.
Im Beispiel mit Get-Command -Name Clear-Host lautet der Parametername Name, dieser wird allerdings als -Name eingegeben.
In the Get-Command -Name Clear-Host example, the parameter's name is Name, but it is entered as -Name.
Beispielsweise wird von Get-Command für ein Cmdlet ein CmdletInfo-Objekt abgerufen, während mit Get-Command für eine DLL ein ApplicationInfo-Objekt abgerufen wird.
For example, Get-Command on a cmdlet retrieves a CmdletInfo object, while Get-Command on a DLL retrieves an ApplicationInfo object.
Beispielsweise wird von Get-Command für ein Cmdlet ein CmdletInfo-Objekt abgerufen, während mit Get-Command für eine DLL ein ApplicationInfo-Objekt abgerufen wird.
For example, Get-Command on a cmdlet retrieves a CmdletInfo object, while Get-Command on a DLL retrieves an ApplicationInfo object.
Other results
Mit dem Get-Command-Cmdlet werden zusätzlich zu Cmdlets standardmäßig auch Funktionen abgerufen.
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
In diesem Beispiel wird gezeigt, wie das Cmdlet Get-Command mit einem Alias verwendet wird.
This example shows how to use the Get-Command cmdlet with an alias.
Mit dem Befehl Get-Command werden nicht alle in Windows PowerShell verfügbaren Befehle aufgeführt.
The Get-Command command does not list every command that is available in Windows PowerShell.
Wenn Sie systemeigene Befehle anderer Typen suchen, können Sie das Cmdlet Get-Command mit dem CommandType -Parameter verwenden.
To find native commands of other types, you can use the CommandType parameter of the Get-Command cmdlet.
Wenn Sie systemeigene Befehle anderer Typen suchen, können Sie das Cmdlet Get-Command mit dem CommandType-Parameter verwenden.
To find native commands of other types, you can use the CommandType parameter of the Get-Command cmdlet.
In diesem Befehl wird mit dem Cmdlet Get-Command ein CmdletInfo-Objekt abgerufen, das die einzelnen Cmdlets und Funktionen in der Sitzung darstellt.
This command uses the Get-Command cmdlet to get a CmdletInfo object representing each of the cmdlets and functions in the session.
Mit dem Cmdlet Get-Command können Sie eine Liste der Cmdlets anzeigen, auf die Sie Zugriff haben.
The Get-Command cmdlet is useful if you want to see a list of cmdlets that you have access to.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.