Vertaling van "Set-Content" in Engels
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.
Ändern Sie die Werte von Elementen im Dateisystem mit Set-Content.
To change the values of items in the file system, use Set-Content.
Sie können den Inhalt im Befehl eingeben oder über die Pipeline an Set-Content übergeben.
You can type the content in the command or send content through the pipeline to Set-Content.
Mit dem Pipelineoperator wird das Ergebnis an Set-Content übergeben, wodurch die Datei erstellt und der Inhalt geschrieben wird.
The pipeline operator passes the result to Set-Content, which creates the file and writes the content.
Wenn Sie andere Objekte als Zeichenfolgenobjekte über die Pipeline an Set-Content übergeben, wird das Objekt vor dem Schreibvorgang in eine Zeichenfolge konvertiert.
If you pipe non-string objects to Set-Content, it converts the object to a string before writing it.
Ruft den Inhalt des Elements am angegebenen Speicherort ab. Set-Content
Gets the content of the item at the specified -Content
Set-Content wird für die Zeichenfolgenverarbeitung verwendet.
Set-Content is designed for string processing.
Das Cmdlet Set-Content ist ein Cmdlet für die Zeichenfolgenverarbeitung, das Inhalt in ein angegebenes Element, z. B. eine Datei, schreibt bzw. Inhalt in diesem ersetzt.
The Set-Content cmdlet is a string-processing cmdlet that writes or replaces the content in the specified item, such as a file.
Ein weiterer Pipelineoperator übergibt den geänderten Inhalt an Set-Content, wodurch der Text in Notice.txt durch den neuen Inhalt ersetzt wird.
Another pipeline operator sends the changed content to Set-Content which replaces the text in Notice.txt with the new content.
Ein weiterer Pipelineoperator übergibt den geänderten Inhalt an Set-Content, wodurch der Text in "Notice.txt" durch den neuen Inhalt ersetzt wird.
Another pipeline operator sends the changed content to Set-Content which replaces the text in Notice.txt with the new content.
Während mit dem Cmdlet Add-Content Inhalt an eine Datei angefügt wird, wird mit Set-Content der vorhandene Inhalt ersetzt.
Whereas the Add-Content cmdlet appends content to a file, Set-Content replaces the existing content.
Während mit dem Cmdlet "Add-Content" Inhalt an eine Datei angefügt wird, wird mit Set-Content der vorhandene Inhalt ersetzt.
Whereas the Add-Content cmdlet appends content to a file, Set-Content replaces the existing content.
Diese Tabelle wiederum wird an das Cmdlet Set-Content weitergereicht, das die Informationen als Webseite abspeichert ("C:\Scripts\Test.htm").
In turn, that table is piped to the Set-Content cmdlet, which saves the information as a Web page (C:\Scripts\Test.htm).
Darüber hinaus unterstützt er die Cmdlets Get-Content und Set-Content.