You cannot specify the contents of a file by typing its path, because the path is just a string, but you can use a Get-Content command to get the content and pass it to the Value parameter.
Sie können den Inhalt einer Datei nicht angeben, indem Sie deren Pfad eingeben, da der Pfad lediglich eine Zeichenfolge ist. Sie können den Inhalt jedoch mit dem Befehl Get-Content abrufen und an den Value-Parameter übergeben.
The parentheses ensure that the Get-Content command is complete before the Add-Content command begins.
Die Klammern stellen sicher, dass der Befehl Get-Content abgeschlossen ist, bevor der Befehl Add-Content beginnt.
The value of the Value parameter is a Get-Content command that gets content from an existing file, Test.log.
Der Wert des Value-Parameters ist der Befehl Get-Content, der Inhalt aus einer vorhandenen Datei (Test.log) abruft.
Remote Shell temporarily stores the data from the Get-Content command as a Byte[] object so that it can be passed to the Import-SomeData cmdlet.
Die Remoteshell speichert die Daten aus dem Befehl Get-Content vorübergehend als Byte[]-Objekt, sodass sie an das Cmdlet Import-SomeData übergeben werden können.
The value of ComputerName parameter is a Get-Content command that reads a list of computer names from the Servers.txt file.
Bei dem Wert des ComputerName-Parameters handelt es sich um den Befehl Get-Content, der eine Liste von Computernamen aus der Datei Servers.txt liest.
You cannot specify the contents of a file by typing its path, because the path is just a string, but you can use a Get-Content command to get the content and pass it to the Value parameter.
Sie können den Inhalt einer Datei nicht angeben, indem Sie deren Pfad eingeben, da der Pfad lediglich eine Zeichenfolge ist. Sie können den Inhalt jedoch mit dem Befehl "Get-Content" abrufen und an den Value-Parameter übergeben.
The parentheses around the Get-Content command ensure that the Get operation is complete before the Set operation begins.
Durch die runden Klammern um den Befehl Get-Content wird sichergestellt, dass der Get-Vorgang abgeschlossen ist, bevor mit dem Set-Vorgang begonnen wird.
The parentheses around the Get-Content command ensure that the Get operation is complete before the Set operation begins.
Durch die runden Klammern um den Befehl "Get-Content" wird sichergestellt, dass der Get-Vorgang abgeschlossen ist, bevor mit dem Set-Vorgang begonnen wird.
The parentheses ensure that the Get-Content command is complete before the Add-Content command begins.
Die Klammern stellen sicher, dass der Befehl "Get-Content" abgeschlossen ist, bevor der Befehl "Add-Content" beginnt.
The value of the Value parameter is a Get-Content command that gets content from an existing file, Test.log.
Der Wert des Value-Parameters ist der Befehl "Get-Content", der Inhalt aus einer vorhandenen Datei ("Test.log") abruft.
The value of the ComputerName parameter is a Get-Content command that gets the text in the Servers.txt file, a file of computer names in a domain.
Der Wert des ComputerName-Parameters ist ein Get-Content-Befehl, mit dem der Text in der Datei Servers.txt abgerufen wird, einer Datei mit Computernamen in einer Domäne.
The value of the ComputerName parameter is a Get-Content command that gets the text in the Servers.txt file, a file of computer names in a domain.
Der Wert des ComputerName-Parameters ist ein Get-Content-Befehl, mit dem der Text in der Datei "Servers.txt" abgerufen wird, einer Datei mit Computernamen in einer Domäne.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.
Aucun résultat pour cette recherche.
Synonymes et analogies de "get-content command" en anglais