Vertaling van "write-host" 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.
La définition de fonction suivante crée une fonction dans la portée globale : function global:Hello {write-host "Hello, World"} Vous pouvez également utiliser des modificateurs de portée pour faire référence à une variable dans une portée différente.
The following function definition creates a function in the global scope: function global:Hello {write-host "Hello, World"} You can also use scope modifiers to refer to a variable in a different scope.
Elle utilise ensuite l'applet de commande Write-Host pour afficher la lettre a.
Then, it uses the Write-Host cmdlet to display the letter a.
Write-Host envoie les objets à l'hôte.
Lit une ligne d'entrée à partir de la console. Write-Host
Reads a line of input from the console. Write-Host
Toutefois, l'hôte peut afficher les objets que Write-Host lui envoie. Exemple 1
However, the host might display the objects that Write-Host sends to it.
Elle contient une commande Import-LocalizedData qui importe les données du fichier.psd1 correspondant dans la variable $Messages, ainsi qu'une commande Write-Host qui écrit l'un des messages de la variable $Messages dans le programme hôte.
It contains an Import-LocalizedData command that imports the data from the matching.psd1 file into the $Messages variable and a Write-Host command that writes one of the messages in the $Messages variable to the host program.
Utilisez les applets de commande contenant le verbe Write pour cette tâche (par exemple, Write-Host, Write-Debug, Write-Warning et Write-Verbose).
Use the cmdlets that contain the Write verb for this task, such as Write-Host, Write-Debug, Write-Warning, and Write-Verbose.
Microsoft.PowerShell.Utility Contient les applets de commande utilisées pour manipuler des objets et des données, telles que Get-Member, Write-Host et Format-List.
Microsoft.PowerShell.Utility Contains cmdlets used to manipulate objects and data, such as Get-Member, Write-Host, and Format-List.