Vertaling van "Get-Content" 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.
Get-Content retrieves the content of the item.
Get-Content returns objects that represent the content that it gets.
The command uses the Get-Content cmdlet to get the text in the file.
Der Befehl verwendet das Cmdlet Get-Content, um den Text in der Datei abzurufen.
The Get-Content command reads the data from the file.
Get-Content already treats the data read from the file as an array, with one element per line of file content.
Get-Content behandelt die Daten in der Datei bereits als Array mit einem Element pro Zeile in der Datei.
Then, it uses the Get-Content cmdlet to get the content of the manifest file in the specified path.
Anschließend wird mit dem Cmdlet Get-Content der Inhalt der Manifestdatei im angegebenen Pfad abgerufen.
Specifies the path to an item. Get-Content retrieves the content of the item.
Gibt den Pfad zu einem Element an. Get-Content ruft den Inhalt des Elements ab.
The Get-Content cmdlet can be used to read an entire file in one step, as shown here
Mit dem Cmdlet Get-Content kann die gesamte Datei wie nachfolgend dargestellt in einem Schritt gelesen werden
The Get-Content cmdlet gets the content of the item at the location specified by the path, such as the text in a file.
Mit dem Cmdlet Get-Content wird der Inhalt des Elements abgerufen, dessen Speicherort durch den Pfad angegeben wird, beispielsweise der Text in einer Datei.
The Get-Content cmdlet gets the content of the item at the location specified by the path, such as the text in a file.
Mit dem Cmdlet "Get-Content" wird der Inhalt des Elements abgerufen, dessen Speicherort durch den Pfad angegeben wird, beispielsweise der Text in einer Datei.
For example, you can use tab expansion on the name of the Get-Content cmdlet by entering
Mit folgendem Befehl können Sie die Tab-Erweiterung z. B. für den Namen des Cmdlets Get-Content verwenden
For example, you can use tab expansion on the name of the Get-Content cmdlet by entering
Mit folgendem Befehl können Sie die Tab-Erweiterung z. B. für den Namen des Cmdlets Get-Content verwenden
It uses the Get-Content cmdlet to get the content of the file.
Mit dem Cmdlet "Get-Content" wird der Inhalt der Datei abgerufen.