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

Examples of using Get-command 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
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.
Funktionen sind Befehle, daher verwenden Sie zum Suchen von Funktionen das Cmdlet Get-Command.
Functions are commands, so to find functions, use the Get-Command cmdlet.
Sie können Get-Command a* eingeben, um alle Befehle zu suchen, die mit dem Buchstaben"a" beginnen.
You can type Get-Command a* to find all commands that begin with the letter"a.
Die Syntax des Cmdlet Get-PSDrive zeigen Sie mit dem Befehl Get-Command und dem Syntax-Parameter an.
To see the syntax of the Get-PSDrive cmdlet, type a Get-Command command with the Syntax parameter.
Get-command *-module* Transaktionen Windows PowerShell 2.0 bietet Unterstützung für Transaktionen.
Get-command*-module* Transactions Windows PowerShell 2.0 includes support for transactions.
Combinations with other parts of speech
Usage with adjectives
Usage with verbs
Usage with nouns
Wenn Sie die Beispiele zum Cmdlet"Get-Command" anzeigen möchten, geben Sie folgenden Befehl ein.
For example, to display the examples for the Get-Command cmdlet, type.
Wenn Sie alle Felder(alle Eigenschaften des Objekts) anzeigen lassen möchten, geben Sie"get-command -verb set format-list*" ein.
To display all fields(all properties of the object), type"get-command-verb set format-list.
Der Standardalias für Get-Command wird durch Kombination von g für"Get" mit cm für"Command" gebildet: gcm.
The standard alias for Get-Command comes from combining g for Get and cm for Command, gcm.
Die Syntax für den Befehl New-PSDrive rufen Sie mit dem Befehl Get-Command und dem Syntax-Parameter ab.
To get the syntax for the New-PSDrive command, enter the Get-Command command with the Syntax parameter.
Das Cmdlet Get-Command verfügt über den Syntax-Parameter, mit dem Sie nur die Syntax aller Cmdlets abrufen können.
The Get-Command cmdlet has a Syntax parameter that allows you to retrieve just the syntax of each cmdlet.
Wenn Sie beispielsweise eine Beschreibung des TotalCount-Parameters von Get-Command anzeigen möchten, geben Sie folgenden Befehl ein.
For example, to see a description of the TotalCount parameter of Get-Command, type.
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.
Sie können das Snap-In oder das Modul, aus dem ein Cmdlet stammt, auch mit der PSSnapin-Eigenschaft des Objekts suchen, das von Get-Command zurückgegeben wird.
You can also use the PSSnapin property of the object that Get-Command returns to find the snap-in or module in which a cmdlet originated.
Get-command -name map -type function- oder-&(dir function: \map) Sie können den ausgeblendeten Befehl auch in einer Variablen speichern, um seine Ausführung zu erleichtern.
Get-command-name map-type function- or-&(dir function:\map) You can also save your hidden command in a variable to make it easier to run.
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.
Dieser Befehl zeigt, wie der Module-Parameter von Get-Command verwendet wird, um herauszufinden, welche Befehle mit einem Import-PSSession-Befehl in die Sitzung importiert wurden.
This command shows how to use the Module parameter of Get-Command to find out which commands were imported into the session by an Import-PSSession command.
Wenn Sie z. B. get-co eingeben und dann die TAB-TASTE drücken,erweitert Windows PowerShell diese Eingabe automatisch zum Cmdlet Get-Command.
For example, if you type get-co and then press the Tab key,Windows PowerShell will automatically expand this to the Get-Command cmdlet notice that it also changes the case of letters to their standard form.
Mit dem Module-Parameter von Get-Command können Sie die Befehle suchen, die der Sitzung durch Hinzufügen eines Windows PowerShell-Snap-Ins oder durch Importieren eines Moduls hinzugefügt wurden.
You can use the Module parameter of Get-Command to find the commands that were added to the session by adding a Windows PowerShell snap-in or importing a module.
In diesem Beispiel wird gezeigt, dass dynamische Module nicht vom Cmdlet"Get-Module" zurückgegeben werden.Stattdessen werden die von ihnen exportierten Elemente vom Cmdlet"Get-Command" zurückgegeben.
This example demonstrates that dynamic modules are not returned by the Get-Module cmdlet,but the members that they export are returned by the Get-Command cmdlet.
Get-command *-event Module Windows PowerShell-Module ermöglichen das Aufteilen und Organisieren von Windows PowerShell-Skripts in Einheiten, die unabhängig, in sich abgeschlossen und wiederverwendbar sind.
Get-command*-event Modules Windows PowerShell modules let you divide and organize your Windows PowerShell scripts into independent, self-contained, reusable units.
BEISPIEL 7 C: \PS> get-command* Beschreibung Mit diesem Befehl werden Informationen über die Cmdlets, Funktionen, Filter, Skripts und Aliase von Windows PowerShell in der aktuellen Konsole abgerufen.
EXAMPLE 7 C:\PS> get-command* Description This command gets information about the Windows PowerShell cmdlets, functions, filters, scripts, and aliases in the current console.
C: \PS> get-command -verb set format-list Beschreibung Mit diesem Befehl werden Informationen zu allen Cmdlets und Funktionen mit dem Verb"set" abgerufen, und einige der Informationen werden in einer Liste angezeigt.
C:\PS> get-command-verb set format-list This command gets information about all of the cmdlets and functions with the verb"set", and it displays some of that information in a list.
C: \PS> get-command start-transcript format-custom -view MyView Beschreibung Mit diesem Befehl werden Informationen über das Cmdlet"Start-Transcript" in dem Format formatiert, das durch die Ansicht"MyView" definiert ist.
C:\PS> get-command start-transcript format-custom-view MyView This command formats information about the Start-Transcript cmdlet in the format defined by the MyView view, a custom view created by the user.
Results: 23, Time: 0.0229

Top dictionary queries

German - English