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

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

{-}
  • 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
Enter the Get-Command-Syntax command to display the full output.
Geben Sie den Befehl Get-Command -Syntax ein, um die vollständige Ausgabe anzuzeigen.
You can import any command that Get-Command can find in the PSSession.
Sie können jeden Befehl importieren, der von Get-Command in der PSSession gefunden wird.
Get-command*-job For more information about background jobs, see about_Jobs.
Get-command *-job Weitere Informationen über Hintergrundaufträge finden Sie unter"about_Jobs.
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.
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.
For example, to display the examples for the Get-Command cmdlet, type.
Wenn Sie die Beispiele zum Cmdlet"Get-Command" anzeigen möchten, geben Sie folgenden Befehl ein.
Get-command*-module* Transactions Windows PowerShell 2.0 includes support for transactions.
Get-command *-module* Transaktionen Windows PowerShell 2.0 bietet Unterstützung für Transaktionen.
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.
The standard alias for Get-Command comes from combining g for Get and cm for Command, gcm.
Der Standardalias für Get-Command wird durch Kombination von g für"Get" mit cm für"Command" gebildet: gcm.
String You can pipe a"Name","Command", and"Verb" noun-property specified,or a string object to Get-Command.
String Sie können die angegebenen Noun-Eigenschaften"Name","Command" und"Verb" oder einZeichenfolgenobjekt über die Pipeline an Get-Command übergeben.
To see the syntax of the Get-PSDrive cmdlet, type a Get-Command command with the Syntax parameter.
Die Syntax des Cmdlet Get-PSDrive zeigen Sie mit dem Befehl Get-Command und dem Syntax-Parameter an.
The Get-Command cmdlet has a Syntax parameter that allows you to retrieve just the syntax of each cmdlet.
Das Cmdlet Get-Command verfügt über den Syntax-Parameter, mit dem Sie nur die Syntax aller Cmdlets abrufen können.
Get-Module cannot get a dynamic module, but Get-Command can get the exported members.
Get-Module kann kein dynamisches Modul abrufen, Get-Command ist jedoch in der Lage, die exportierten Elemente abzurufen.
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.
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.
To get the syntax for the New-PSDrive command, enter the Get-Command command with the Syntax parameter.
Die Syntax für den Befehl New-PSDrive rufen Sie mit dem Befehl Get-Command und dem Syntax-Parameter ab.
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.
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.
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.
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.
Get-command*-event Modules Windows PowerShell modules let you divide and organize your Windows PowerShell scripts into independent, self-contained, reusable units.
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.
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.
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.
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.
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.
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.
Wenn Sie z. B. get-co eingeben und dann die TAB-TASTE drücken,erweitert Windows PowerShell diese Eingabe automatisch zum Cmdlet Get-Command.
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 -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.
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.
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.
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.
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.
Results: 24, Time: 0.0282

Top dictionary queries

English - German