Translation of "Get-Command" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
This command displays aliases that include the phrase Get-Command.
Mit diesem Befehl werden die Aliase angezeigt, die den Ausdruck Get-Command enthalten.
Instead, the Get-Command command lists only the cmdlets in the current shell.
By default, Get-Command gets cmdlets and functions.
Get-Command ruft standardmäßig Cmdlets und Funktionen ab.
Get-Command returns the commands in alphabetical order.
Get-Command gibt die Befehle in alphabetischer Reihenfolge zurück.
This example shows how to use the Get-Command cmdlet with an alias.
In diesem Beispiel wird gezeigt, wie das Cmdlet Get-Command mit einem Alias verwendet wird.
The alias of Get-Command is gcm.
Der Alias von Get-Command ist gcm.
Without parameters, Get-Command gets all of the cmdlets and functions in the current session.
Wenn keine Parameter angegeben werden, ruft Get-Command alle Cmdlets und Funktionen in der aktuellen Sitzung ab.
You can type Get-Command a* to find all commands that begin with the letter a.
Sie können Get-Command a* eingeben, um alle Befehle zu suchen, die mit dem Buchstaben a beginnen.
Functions are commands, so to find functions, use the Get-Command cmdlet.
Funktionen sind Befehle, daher verwenden Sie zum Suchen von Funktionen das Cmdlet Get-Command.
To list the cmdlets in your session, use the Get-Command cmdlet without any command parameters.
Wenn Sie das Cmdlet Get-Command ohne Befehlsparameter aufrufen, werden die Cmdlets in Ihrer Sitzung aufgelistet.
When the session contains more than one command with the same name, Get-Command returns the commands in execution order.
Wenn die Sitzung mehrere Befehle mit dem gleichen Namen enthält, gibt Get-Command die Befehle in der Reihenfolge ihrer Ausführung zurück.
To see all parameters of the Get-Command cmdlet, type