Vertaling van "Write-Host" in Frans
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.
Then, it uses the Write-Host cmdlet to display the letter a.
Elle utilise ensuite l'applet de commande Write-Host pour afficher la lettre a.
Write-Host sends the objects to the host.
Reads a line of input from the console. Write-Host
Lit une ligne d'entrée à partir de la console. Write-Host
However, the host might display the objects that Write-Host sends to it.
Toutefois, l'hôte peut afficher les objets que Write-Host lui envoie. Exemple 1
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.
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.
Use the cmdlets that contain the Write verb for this task, such as Write-Host, Write-Debug, Write-Warning, and Write-Verbose.
Utilisez les applets de commande contenant le verbe Write pour cette tâche (par exemple, Write-Host, Write-Debug, Write-Warning et Write-Verbose).
Microsoft.PowerShell.Utility Contains cmdlets used to manipulate objects and data, such as Get-Member, Write-Host, and Format-List.
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.
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.
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.