Piste : • powershell-date-time • powershell-managing-object • mega • kadrapli • powershell-write-host
Powershell : Write host
Write-Host affiche à l'écran
"ici on met un texte" | out-file log.txt #affiche le texte dans un éditeur .\log.txt write-error "write in red" write-warning "write in yellow" -warninAction Inquire