Vertaling van "Add-History" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The pipeline operator passes the objects to the Add-History cmdlet, which adds the objects representing the commands in the History.csv file to the current session history.
Mit dem Pipelineoperator werden die Objekte an das Cmdlet Add-History übergeben, das die Objekte, die die Befehle in der Datei History.csv darstellen, dem aktuellen Sitzungsverlauf hinzufügt.
It uses the Get-History cmdlet to get the five commands ending in command 5. The pipeline operator (|) passes them to the Add-History cmdlet, which appends them to the current history.
Mit dem Cmdlet Get-History werden die fünf Befehle abgerufen, die mit Befehl 5 enden. Mit dem Pipelineoperator (|) werden sie an das Cmdlet Add-History übergeben, das sie an den aktuellen Verlauf anfügt.
You can then pass the file of imported HistoryInfo objects to Add-History through a pipeline or in a variable.
Anschließend können Sie die Datei mit den importierten HistoryInfo-Objekten über die Pipeline oder in einer Variablen an Add-History übergeben.
It uses the InputObject parameter to pass the results of the command in parentheses to Add-History.
Mit dem InputObject-Parameter werden die Ergebnisse des Befehls in Klammern an Add-History übergeben.
If you intend to pass the objects back to Add-History, do not use the NoTypeInformation parameter of Export-Csv and do not delete the type information, column headings, or any fields in the file.
Wenn Sie die Objekte zurück an Add-History übergeben möchten, verwenden Sie nicht den NoTypeInformation-Parameter von Export-Csv, und löschen Sie nicht die Typinformationen, Spaltenüberschriften oder Felder in der Datei.
You can use the -InputObject parameter to pass a file of HistoryInfo objects to Add-History.
Mit dem -InputObject-Parameter können Sie eine Datei mit HistoryInfo-Objekten an Add-History übergeben.
You can use the Get-History cmdlet to get the commands and pass them to Add-History, or you can export the commands to a CSV or XML file, then import the commands, and pass the imported file to Add-History.
Sie können die Befehle mit dem Cmdlet Get-History abrufen und an Add-History übergeben oder die Befehle in eine CSV- oder XML-Datei exportieren, diese dann importieren und die importierte Datei an Add-History übergeben.
You can use the Get-History cmdlet to get the commands and pass them to Add-History, or you can export the commands to a CSV or XML file, then import the commands, and pass the imported file to Add-History.
Sie können die Befehle mit dem Cmdlet "Get-History" abrufen und an Add-History übergeben oder die Befehle in eine CSV- oder XML-Datei exportieren, diese dann importieren und die importierte Datei an Add-History übergeben.
Add-History then adds the commands in the file to the session history.
Anschließend werden die Befehle in der Datei dem Sitzungsverlauf mit Add-History hinzugefügt.
Add-History then adds the commands in the file to the session history.
The pipeline operator (|) passes them to the Add-History cmdlet, which appends them to the current history.
Mit dem Pipelineoperator (|) werden sie an das Cmdlet "Add-History" übergeben, das sie an den aktuellen Verlauf anfügt.
The Add-History cmdlet adds entries to the end of the session history, that is, the list of commands entered during the current session.
Mit dem Cmdlet Add-History werden Einträge am Ende des Sitzungsverlaufs (der Liste der im Verlauf der aktuellen Sitzung eingegebenen Befehle) hinzugefügt.
The Add-History cmdlet adds entries to the end of the session history, that is, the list of commands entered during the current session.
Mit dem Cmdlet "Add-History" werden Einträge am Ende des Sitzungsverlaufs (der Liste der im Verlauf der aktuellen Sitzung eingegebenen Befehle) hinzugefügt.